Searched refs:tcp_call_bpf_2arg (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | tcp.h | 2318 static inline int tcp_call_bpf_2arg(struct sock *sk, int op, u32 arg1, u32 arg2) in tcp_call_bpf_2arg() function 2339 static inline int tcp_call_bpf_2arg(struct sock *sk, int op, u32 arg1, u32 arg2) in tcp_call_bpf_2arg() function
|
/kernel/linux/linux-6.6/include/net/ |
H A D | tcp.h | 2440 static inline int tcp_call_bpf_2arg(struct sock *sk, int op, u32 arg1, u32 arg2) in tcp_call_bpf_2arg() function 2461 static inline int tcp_call_bpf_2arg(struct sock *sk, int op, u32 arg1, u32 arg2) in tcp_call_bpf_2arg() function
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp.c | 2416 * tcp_call_bpf_2arg. in tcp_set_state() 2433 tcp_call_bpf_2arg(sk, BPF_SOCK_OPS_STATE_CB, oldstate, state); in tcp_set_state()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp.c | 2605 * tcp_call_bpf_2arg. in tcp_set_state() 2633 tcp_call_bpf_2arg(sk, BPF_SOCK_OPS_STATE_CB, oldstate, state); in tcp_set_state()
|
Completed in 19 milliseconds