Home
last modified time | relevance | path

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

/linux-4.4.14/net/rds/
Dtcp_send.c120 more = rm->data.op_nents > 1 ? (MSG_MORE | MSG_SENDPAGE_NOTLAST) : 0; in rds_tcp_xmit()
/linux-4.4.14/include/linux/
Dsocket.h276 #define MSG_SENDPAGE_NOTLAST 0x20000 /* sendpage() internal : not the last page */ macro
/linux-4.4.14/crypto/
Dalgif_hash.c112 if (flags & MSG_SENDPAGE_NOTLAST) in hash_sendpage()
Dalgif_aead.c309 if (flags & MSG_SENDPAGE_NOTLAST) in aead_sendpage()
Dalgif_skcipher.c440 if (flags & MSG_SENDPAGE_NOTLAST) in skcipher_sendpage()
/linux-4.4.14/tools/perf/
Dbuiltin-trace.c707 #ifndef MSG_SENDPAGE_NOTLAST
708 #define MSG_SENDPAGE_NOTLAST 0x20000 macro
/linux-4.4.14/fs/
Dsplice.c721 more |= MSG_SENDPAGE_NOTLAST; in pipe_to_sendpage()
/linux-4.4.14/net/sunrpc/
Dsvcsock.c184 unsigned int flags = MSG_MORE | MSG_SENDPAGE_NOTLAST; in svc_send_common()
Dxprtsock.c366 flags |= MSG_SENDPAGE_NOTLAST | MSG_MORE; in xs_send_pagedata()
/linux-4.4.14/net/ipv4/
Dudp.c1141 if (flags & MSG_SENDPAGE_NOTLAST) in udp_sendpage()
Dtcp.c1002 if (copied && !(flags & MSG_SENDPAGE_NOTLAST)) in do_tcp_sendpages()