Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/include/linux/
H A Dsocket.h304 #define MSG_SENDPAGE_NOPOLICY 0x10000 /* sendpage() internal : do no apply policy */ macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dsocket.h304 #define MSG_SENDPAGE_NOPOLICY 0x10000 /* sendpage() internal : do no apply policy */ macro
/OK3568_Linux_fs/kernel/net/tls/
H A Dtls_sw.c809 policy = !(flags & MSG_SENDPAGE_NOPOLICY); in bpf_exec_tx_verdict()
1269 MSG_SENDPAGE_NOTLAST | MSG_SENDPAGE_NOPOLICY | in tls_sw_sendpage_locked()
1283 MSG_SENDPAGE_NOTLAST | MSG_SENDPAGE_NOPOLICY)) in tls_sw_sendpage()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_bpf.c168 flags |= MSG_SENDPAGE_NOPOLICY; in tcp_bpf_push()