Searched refs:MSG_SENDPAGE_DECRYPTED (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dsocket.h325 #define MSG_SENDPAGE_DECRYPTED 0x100000 /* sendpage() internal : page may carry macro
343 (MSG_SPLICE_PAGES | MSG_SENDPAGE_NOPOLICY | MSG_SENDPAGE_DECRYPTED)
/linux-master/tools/perf/trace/beauty/include/linux/
H A Dsocket.h325 #define MSG_SENDPAGE_DECRYPTED 0x100000 /* sendpage() internal : page may carry macro
343 (MSG_SPLICE_PAGES | MSG_SENDPAGE_NOPOLICY | MSG_SENDPAGE_DECRYPTED)
/linux-master/net/ipv4/
H A Dtcp_bpf.c504 flags = (msg->msg_flags & ~MSG_SENDPAGE_DECRYPTED);
/linux-master/net/tls/
H A Dtls_device.c450 flags |= MSG_SENDPAGE_DECRYPTED;
691 MSG_SENDPAGE_DECRYPTED);

Completed in 226 milliseconds