Searched refs:tcp_bpf_push (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/net/ipv4/ | 
| D | tcp_bpf.c | 215 static int tcp_bpf_push(struct sock *sk, struct sk_msg *msg, u32 apply_bytes,  in tcp_bpf_push()  function278 	ret = tcp_bpf_push(sk, msg, apply_bytes, flags, uncharge);  in tcp_bpf_push_locked()
 343 		ret = tcp_bpf_push(sk, msg, tosend, flags, true);  in tcp_bpf_send_verdict()
 
 |