Home
last modified time | relevance | path

Searched refs:MSG_SENDPAGE_NOPOLICY (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h321 #define MSG_SENDPAGE_NOPOLICY 0x10000 /* sendpage() internal : do no apply policy */ macro
343 (MSG_SPLICE_PAGES | MSG_SENDPAGE_NOPOLICY | MSG_SENDPAGE_DECRYPTED)
/openbmc/linux/include/linux/
H A Dsocket.h321 #define MSG_SENDPAGE_NOPOLICY 0x10000 /* sendpage() internal : do no apply policy */ macro
343 (MSG_SPLICE_PAGES | MSG_SENDPAGE_NOPOLICY | MSG_SENDPAGE_DECRYPTED)
/openbmc/linux/net/ipv4/
H A Dtcp_bpf.c113 msghdr.msg_flags |= MSG_SENDPAGE_NOPOLICY; in tcp_bpf_push()
/openbmc/linux/net/tls/
H A Dtls_sw.c856 policy = !(flags & MSG_SENDPAGE_NOPOLICY); in bpf_exec_tx_verdict()
1233 MSG_SENDPAGE_NOPOLICY)) in tls_sw_sendmsg()