Searched refs:tcp_call_bpf (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/include/net/ | 
| D | tcp.h | 2163 static inline int tcp_call_bpf(struct sock *sk, int op, u32 nargs, u32 *args)  in tcp_call_bpf()  function2191 	return tcp_call_bpf(sk, op, 2, args);  in tcp_call_bpf_2arg()
 2199 	return tcp_call_bpf(sk, op, 3, args);  in tcp_call_bpf_3arg()
 2203 static inline int tcp_call_bpf(struct sock *sk, int op, u32 nargs, u32 *args)  in tcp_call_bpf()  function
 2225 	timeout = tcp_call_bpf(sk, BPF_SOCK_OPS_TIMEOUT_INIT, 0, NULL);  in tcp_timeout_init()
 2236 	rwnd = tcp_call_bpf(sk, BPF_SOCK_OPS_RWND_INIT, 0, NULL);  in tcp_rwnd_init_bpf()
 2245 	return (tcp_call_bpf(sk, BPF_SOCK_OPS_NEEDS_ECN, 0, NULL) == 1);  in tcp_bpf_ca_needs_ecn()
 2251 		tcp_call_bpf(sk, BPF_SOCK_OPS_RTT_CB, 0, NULL);  in tcp_bpf_rtt()
 
 | 
| /Linux-v5.4/net/ipv4/ | 
| D | tcp_nv.c | 150 	base_rtt = tcp_call_bpf(sk, BPF_SOCK_OPS_BASE_RTT, 0, NULL);  in tcpnv_init()
 | 
| D | af_inet.c | 233 		tcp_call_bpf(sk, BPF_SOCK_OPS_TCP_LISTEN_CB, 0, NULL);  in inet_listen()
 | 
| D | tcp_output.c | 3557 	tcp_call_bpf(sk, BPF_SOCK_OPS_TCP_CONNECT_CB, 0, NULL);  in tcp_connect()
 | 
| D | tcp_input.c | 5743 	tcp_call_bpf(sk, bpf_op, 0, NULL);  in tcp_init_transfer()
 |