Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/trace/beauty/include/linux/
Dsocket.h326 #define MSG_SENDPAGE_DECRYPTED 0x100000 /* sendpage() internal : page may carry macro
345 (MSG_SPLICE_PAGES | MSG_SENDPAGE_NOPOLICY | MSG_SENDPAGE_DECRYPTED)
/linux-6.12.1/include/linux/
Dsocket.h326 #define MSG_SENDPAGE_DECRYPTED 0x100000 /* sendpage() internal : page may carry macro
345 (MSG_SPLICE_PAGES | MSG_SENDPAGE_NOPOLICY | MSG_SENDPAGE_DECRYPTED)
/linux-6.12.1/net/tls/
Dtls_device.c447 flags |= MSG_SENDPAGE_DECRYPTED; in tls_push_data()
688 MSG_SENDPAGE_DECRYPTED); in tls_device_write_space()
/linux-6.12.1/net/ipv4/
Dtcp_bpf.c505 flags = (msg->msg_flags & ~MSG_SENDPAGE_DECRYPTED); in tcp_bpf_sendmsg()
Dtcp.c1175 skb->decrypted = !!(flags & MSG_SENDPAGE_DECRYPTED); in tcp_sendmsg_locked()