Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dsocket.h276 #define MSG_SENDPAGE_NOTLAST 0x20000 /* sendpage() internal : not the last page */ macro
/linux-4.1.27/crypto/
Dalgif_hash.c112 if (flags & MSG_SENDPAGE_NOTLAST) in hash_sendpage()
Dalgif_aead.c307 if (flags & MSG_SENDPAGE_NOTLAST) in aead_sendpage()
Dalgif_skcipher.c448 if (flags & MSG_SENDPAGE_NOTLAST) in skcipher_sendpage()
/linux-4.1.27/tools/perf/
Dbuiltin-trace.c652 #ifndef MSG_SENDPAGE_NOTLAST
653 #define MSG_SENDPAGE_NOTLAST 0x20000 macro
/linux-4.1.27/fs/
Dsplice.c720 more |= MSG_SENDPAGE_NOTLAST; in pipe_to_sendpage()
/linux-4.1.27/net/ipv4/
Dtcp.c983 if (copied && !(flags & MSG_SENDPAGE_NOTLAST)) in do_tcp_sendpages()
Dudp.c1130 if (flags & MSG_SENDPAGE_NOTLAST) in udp_sendpage()