Searched refs:tcp_call_bpf_2arg (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/include/net/ |
| H A D | tcp.h | 2746 static inline int tcp_call_bpf_2arg(struct sock *sk, int op, u32 arg1, u32 arg2) in tcp_call_bpf_2arg() function 2767 static inline int tcp_call_bpf_2arg(struct sock *sk, int op, u32 arg1, u32 arg2) in tcp_call_bpf_2arg() function 2810 tcp_call_bpf_2arg(sk, BPF_SOCK_OPS_RTT_CB, mrtt, srtt); in tcp_bpf_rtt()
|
| /linux-6.15/net/ipv4/ |
| H A D | tcp.c | 2933 tcp_call_bpf_2arg(sk, BPF_SOCK_OPS_STATE_CB, oldstate, state); in tcp_set_state()
|