Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dsocket.h325 #define MSG_SENDPAGE_DECRYPTED 0x100000 /* sendpage() internal : page may carry macro
343 (MSG_SPLICE_PAGES | MSG_SENDPAGE_NOPOLICY | MSG_SENDPAGE_DECRYPTED)
/Linux-v6.6/tools/perf/trace/beauty/include/linux/
Dsocket.h325 #define MSG_SENDPAGE_DECRYPTED 0x100000 /* sendpage() internal : page may carry macro
343 (MSG_SPLICE_PAGES | MSG_SENDPAGE_NOPOLICY | MSG_SENDPAGE_DECRYPTED)
/Linux-v6.6/net/tls/
Dtls_device.c453 flags |= MSG_SENDPAGE_DECRYPTED; in tls_push_data()
694 MSG_SENDPAGE_DECRYPTED); in tls_device_write_space()
/Linux-v6.6/net/ipv4/
Dtcp_bpf.c504 flags = (msg->msg_flags & ~MSG_SENDPAGE_DECRYPTED); in tcp_bpf_sendmsg()