Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dalgif_hash.c83 if ((msg->msg_flags & MSG_MORE)) in hash_sendmsg()
119 ctx->more = msg->msg_flags & MSG_MORE; in hash_sendmsg()
145 flags |= MSG_MORE; in hash_sendpage()
151 if (!(flags & MSG_MORE)) { in hash_sendpage()
160 if (!(flags & MSG_MORE)) { in hash_sendpage()
180 ctx->more = flags & MSG_MORE; in hash_sendpage()
Daf_alg.c961 ctx->more = msg->msg_flags & MSG_MORE; in af_alg_sendmsg()
986 flags |= MSG_MORE; in af_alg_sendpage()
1019 ctx->more = flags & MSG_MORE; in af_alg_sendpage()
/linux-4.19.296/fs/afs/
Drxrpc.c275 msg->msg_flags |= MSG_MORE; in afs_load_bvec()
280 msg->msg_flags &= ~MSG_MORE; in afs_load_bvec()
408 msg.msg_flags = MSG_WAITALL | (call->send_pages ? MSG_MORE : 0); in afs_make_call()
/linux-4.19.296/include/linux/
Dsocket.h287 #define MSG_MORE 0x8000 /* Sender will send more */ macro
/linux-4.19.296/fs/
Dsplice.c447 more = (sd->flags & SPLICE_F_MORE) ? MSG_MORE : 0; in pipe_to_sendpage()