Searched refs:tcp_call_bpf (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/net/ |
H A D | tcp.h | 2457 static inline int tcp_call_bpf(struct sock *sk, int op, u32 nargs, u32 *args) in tcp_call_bpf() function 2485 return tcp_call_bpf(sk, op, 2, args); in tcp_call_bpf_2arg() 2493 return tcp_call_bpf(sk, op, 3, args); in tcp_call_bpf_3arg() 2497 static inline int tcp_call_bpf(struct sock *sk, int op, u32 nargs, u32 *args) in tcp_call_bpf() function 2519 timeout = tcp_call_bpf(sk, BPF_SOCK_OPS_TIMEOUT_INIT, 0, NULL); in tcp_timeout_init() 2530 rwnd = tcp_call_bpf(sk, BPF_SOCK_OPS_RWND_INIT, 0, NULL); in tcp_rwnd_init_bpf() 2539 return (tcp_call_bpf(sk, BPF_SOCK_OPS_NEEDS_ECN, 0, NULL) == 1); in tcp_bpf_ca_needs_ecn() 2545 tcp_call_bpf(sk, BPF_SOCK_OPS_RTT_CB, 0, NULL); in tcp_bpf_rtt()
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_nv.c | 149 base_rtt = tcp_call_bpf(sk, BPF_SOCK_OPS_BASE_RTT, 0, NULL); in tcpnv_init()
|
H A D | af_inet.c | 221 tcp_call_bpf(sk, BPF_SOCK_OPS_TCP_LISTEN_CB, 0, NULL); in __inet_listen_sk()
|
H A D | tcp_output.c | 3965 tcp_call_bpf(sk, BPF_SOCK_OPS_TCP_CONNECT_CB, 0, NULL); in tcp_connect()
|