Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dsocket.h289 #define MSG_SENDPAGE_NOTLAST 0x20000 /* sendpage() internal : not the last page */ macro
/linux-4.19.296/crypto/
Dalgif_hash.c144 if (flags & MSG_SENDPAGE_NOTLAST) in hash_sendpage()
Daf_alg.c985 if (flags & MSG_SENDPAGE_NOTLAST) in af_alg_sendpage()
/linux-4.19.296/fs/
Dsplice.c450 more |= MSG_SENDPAGE_NOTLAST; in pipe_to_sendpage()