Searched refs:MSG_SENDPAGE_NOTLAST (Results 1 – 11 of 11) sorted by relevance
120 more = rm->data.op_nents > 1 ? (MSG_MORE | MSG_SENDPAGE_NOTLAST) : 0; in rds_tcp_xmit()
276 #define MSG_SENDPAGE_NOTLAST 0x20000 /* sendpage() internal : not the last page */ macro
112 if (flags & MSG_SENDPAGE_NOTLAST) in hash_sendpage()
309 if (flags & MSG_SENDPAGE_NOTLAST) in aead_sendpage()
440 if (flags & MSG_SENDPAGE_NOTLAST) in skcipher_sendpage()
707 #ifndef MSG_SENDPAGE_NOTLAST708 #define MSG_SENDPAGE_NOTLAST 0x20000 macro
721 more |= MSG_SENDPAGE_NOTLAST; in pipe_to_sendpage()
184 unsigned int flags = MSG_MORE | MSG_SENDPAGE_NOTLAST; in svc_send_common()
366 flags |= MSG_SENDPAGE_NOTLAST | MSG_MORE; in xs_send_pagedata()
1141 if (flags & MSG_SENDPAGE_NOTLAST) in udp_sendpage()
1002 if (copied && !(flags & MSG_SENDPAGE_NOTLAST)) in do_tcp_sendpages()