Lines Matching +defs:msg +defs:flags
15 struct msghdr *msg, int len, int flags) in __tcp_bpf_recvmsg()
95 struct sk_msg *msg, u32 apply_bytes, int flags) in bpf_tcp_ingress()
150 static int tcp_bpf_push(struct sock *sk, struct sk_msg *msg, u32 apply_bytes, in tcp_bpf_push()
151 int flags, bool uncharge) in tcp_bpf_push()
207 static int tcp_bpf_push_locked(struct sock *sk, struct sk_msg *msg, in tcp_bpf_push_locked()
208 u32 apply_bytes, int flags, bool uncharge) in tcp_bpf_push_locked()
218 int tcp_bpf_sendmsg_redir(struct sock *sk, struct sk_msg *msg, in tcp_bpf_sendmsg_redir()
219 u32 bytes, int flags) in tcp_bpf_sendmsg_redir()
250 int flags, long timeo, int *err) in tcp_bpf_wait_data()
271 static int tcp_bpf_recvmsg(struct sock *sk, struct msghdr *msg, size_t len, in tcp_bpf_recvmsg()
272 int nonblock, int flags, int *addr_len) in tcp_bpf_recvmsg()
318 struct sk_msg *msg, int *copied, int flags) in tcp_bpf_send_verdict()
429 static int tcp_bpf_sendmsg(struct sock *sk, struct msghdr *msg, size_t size) in tcp_bpf_sendmsg()
435 int flags; in tcp_bpf_sendmsg() local
518 size_t size, int flags) in tcp_bpf_sendpage()
520 struct sk_msg tmp, *msg = NULL; in tcp_bpf_sendpage() local