Searched refs:bpf_tcp_push (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/kernel/bpf/ |
D | sockmap.c | 473 static int bpf_tcp_push(struct sock *sk, int apply_bytes, in bpf_tcp_push() function 775 err = bpf_tcp_push(sk, send, md, flags, false); in bpf_tcp_sendmsg_do_redirect() 843 err = bpf_tcp_push(sk, send, m, flags, true); in bpf_exec_tx_verdict()
|