Home
last modified time | relevance | path

Searched refs:tcp_call_bpf (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/include/net/
Dtcp.h2138 static inline int tcp_call_bpf(struct sock *sk, int op, u32 nargs, u32 *args) in tcp_call_bpf() function
2166 return tcp_call_bpf(sk, op, 2, args); in tcp_call_bpf_2arg()
2174 return tcp_call_bpf(sk, op, 3, args); in tcp_call_bpf_3arg()
2178 static inline int tcp_call_bpf(struct sock *sk, int op, u32 nargs, u32 *args) in tcp_call_bpf() function
2200 timeout = tcp_call_bpf(sk, BPF_SOCK_OPS_TIMEOUT_INIT, 0, NULL); in tcp_timeout_init()
2211 rwnd = tcp_call_bpf(sk, BPF_SOCK_OPS_RWND_INIT, 0, NULL); in tcp_rwnd_init_bpf()
2220 return (tcp_call_bpf(sk, BPF_SOCK_OPS_NEEDS_ECN, 0, NULL) == 1); in tcp_bpf_ca_needs_ecn()