Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/
Dtcp.h2433 static inline int tcp_call_bpf_2arg(struct sock *sk, int op, u32 arg1, u32 arg2) in tcp_call_bpf_2arg() function
2454 static inline int tcp_call_bpf_2arg(struct sock *sk, int op, u32 arg1, u32 arg2) in tcp_call_bpf_2arg() function
/Linux-v6.6/net/ipv4/
Dtcp.c2622 tcp_call_bpf_2arg(sk, BPF_SOCK_OPS_STATE_CB, oldstate, state); in tcp_set_state()