Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dsocket.h290 #define MSG_SENDPAGE_NOPOLICY 0x10000 /* sendpage() internal : do no apply policy */ macro
/Linux-v5.4/net/tls/
Dtls_sw.c767 policy = !(flags & MSG_SENDPAGE_NOPOLICY); in bpf_exec_tx_verdict()
1211 MSG_SENDPAGE_NOTLAST | MSG_SENDPAGE_NOPOLICY | in tls_sw_sendpage_locked()
1225 MSG_SENDPAGE_NOTLAST | MSG_SENDPAGE_NOPOLICY)) in tls_sw_sendpage()
/Linux-v5.4/net/ipv4/
Dtcp_bpf.c237 flags |= MSG_SENDPAGE_NOPOLICY; in tcp_bpf_push()