Home
last modified time | relevance | path

Searched refs:MSG_SENDPAGE_NOTLAST (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/tools/perf/trace/beauty/
Dmsg_flags.c11 #ifndef MSG_SENDPAGE_NOTLAST
12 #define MSG_SENDPAGE_NOTLAST 0x20000 macro
/Linux-v4.19/net/tls/
Dtls_device.c350 int tls_push_record_flags = flags | MSG_SENDPAGE_NOTLAST; in tls_push_data()
351 int more = flags & (MSG_SENDPAGE_NOTLAST | MSG_MORE); in tls_push_data()
361 ~(MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL | MSG_SENDPAGE_NOTLAST)) in tls_push_data()
480 if (flags & MSG_SENDPAGE_NOTLAST) in tls_device_sendpage()
Dtls_sw.c518 MSG_SENDPAGE_NOTLAST)) in tls_sw_sendpage()
522 eor = !(flags & (MSG_MORE | MSG_SENDPAGE_NOTLAST)); in tls_sw_sendpage()
Dtls_main.c100 int sendpage_flags = flags | MSG_SENDPAGE_NOTLAST; in tls_push_sg()
/Linux-v4.19/net/rds/
Dtcp_send.c119 more = rm->data.op_nents > 1 ? (MSG_MORE | MSG_SENDPAGE_NOTLAST) : 0; in rds_tcp_xmit()
/Linux-v4.19/include/linux/
Dsocket.h289 #define MSG_SENDPAGE_NOTLAST 0x20000 /* sendpage() internal : not the last page */ macro
/Linux-v4.19/crypto/
Dalgif_hash.c144 if (flags & MSG_SENDPAGE_NOTLAST) in hash_sendpage()
Daf_alg.c981 if (flags & MSG_SENDPAGE_NOTLAST) in af_alg_sendpage()
/Linux-v4.19/fs/
Dsplice.c450 more |= MSG_SENDPAGE_NOTLAST; in pipe_to_sendpage()
/Linux-v4.19/net/sunrpc/
Dsvcsock.c195 unsigned int flags = MSG_MORE | MSG_SENDPAGE_NOTLAST; in svc_send_common()
Dxprtsock.c370 flags |= MSG_SENDPAGE_NOTLAST | MSG_MORE; in xs_send_pagedata()
/Linux-v4.19/net/kcm/
Dkcmsock.c768 if (flags & MSG_SENDPAGE_NOTLAST) in kcm_sendpage()
/Linux-v4.19/net/ipv4/
Dudp.c1190 if (flags & MSG_SENDPAGE_NOTLAST) in udp_sendpage()
Dtcp.c1053 if (!(flags & MSG_SENDPAGE_NOTLAST)) in do_tcp_sendpages()