Lines Matching +defs:msg +defs:flags
33 struct sk_msg *msg, u32 apply_bytes, int flags) in bpf_tcp_ingress()
88 static int tcp_bpf_push(struct sock *sk, struct sk_msg *msg, u32 apply_bytes, in tcp_bpf_push()
89 int flags, bool uncharge) in tcp_bpf_push()
150 static int tcp_bpf_push_locked(struct sock *sk, struct sk_msg *msg, in tcp_bpf_push_locked()
151 u32 apply_bytes, int flags, bool uncharge) in tcp_bpf_push_locked()
162 struct sk_msg *msg, u32 bytes, int flags) in tcp_bpf_sendmsg_redir()
219 struct msghdr *msg, in tcp_bpf_recvmsg_parser()
221 int flags, in tcp_bpf_recvmsg_parser()
331 static int tcp_bpf_recvmsg(struct sock *sk, struct msghdr *msg, size_t len, in tcp_bpf_recvmsg()
332 int flags, int *addr_len) in tcp_bpf_recvmsg()
382 struct sk_msg *msg, int *copied, int flags) in tcp_bpf_send_verdict()
495 static int tcp_bpf_sendmsg(struct sock *sk, struct msghdr *msg, size_t size) in tcp_bpf_sendmsg()
501 int flags; in tcp_bpf_sendmsg() local