Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/trace/beauty/include/linux/
Dsocket.h313 #define MSG_SENDPAGE_DECRYPTED 0x100000 /* sendpage() internal : page may carry macro
/Linux-v5.15/include/linux/
Dsocket.h313 #define MSG_SENDPAGE_DECRYPTED 0x100000 /* sendpage() internal : page may carry macro
/Linux-v5.15/net/tls/
Dtls_device.c439 flags |= MSG_SENDPAGE_DECRYPTED; in tls_push_data()
673 MSG_SENDPAGE_DECRYPTED); in tls_device_write_space()
/Linux-v5.15/net/ipv4/
Dtcp_bpf.c331 flags = (msg->msg_flags & ~MSG_SENDPAGE_DECRYPTED); in tcp_bpf_sendmsg()
Dtcp.c983 skb->decrypted = !!(flags & MSG_SENDPAGE_DECRYPTED); in tcp_build_frag()