Searched refs:tcp_call_bpf_3arg (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_timer.c | 271 tcp_call_bpf_3arg(sk, BPF_SOCK_OPS_RTO_CB, in tcp_write_timeout()
|
H A D | tcp_output.c | 3276 tcp_call_bpf_3arg(sk, BPF_SOCK_OPS_RETRANS_CB, in __tcp_retransmit_skb()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_timer.c | 279 tcp_call_bpf_3arg(sk, BPF_SOCK_OPS_RTO_CB, in tcp_write_timeout()
|
H A D | tcp_output.c | 3366 tcp_call_bpf_3arg(sk, BPF_SOCK_OPS_RETRANS_CB, in __tcp_retransmit_skb()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | tcp.h | 2325 static inline int tcp_call_bpf_3arg(struct sock *sk, int op, u32 arg1, u32 arg2, in tcp_call_bpf_3arg() function 2344 static inline int tcp_call_bpf_3arg(struct sock *sk, int op, u32 arg1, u32 arg2, in tcp_call_bpf_3arg() function
|
/kernel/linux/linux-6.6/include/net/ |
H A D | tcp.h | 2447 static inline int tcp_call_bpf_3arg(struct sock *sk, int op, u32 arg1, u32 arg2, in tcp_call_bpf_3arg() function 2466 static inline int tcp_call_bpf_3arg(struct sock *sk, int op, u32 arg1, u32 arg2, in tcp_call_bpf_3arg() function
|
Completed in 21 milliseconds