Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/trace/beauty/
Dmsg_flags.c11 #ifndef MSG_SENDPAGE_NOTLAST
12 #define MSG_SENDPAGE_NOTLAST 0x20000 macro
/Linux-v5.10/net/rds/
Dtcp_send.c114 more = rm->data.op_nents > 1 ? (MSG_MORE | MSG_SENDPAGE_NOTLAST) : 0; in rds_tcp_xmit()
/Linux-v5.10/net/tls/
Dtls_device.c432 ~(MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL | MSG_SENDPAGE_NOTLAST)) in tls_push_data()
439 tls_push_record_flags = flags | MSG_SENDPAGE_NOTLAST; in tls_push_data()
495 if (flags & (MSG_SENDPAGE_NOTLAST | MSG_MORE)) { in tls_push_data()
569 if (flags & MSG_SENDPAGE_NOTLAST) in tls_device_sendpage()
Dtls_sw.c1156 eor = !(flags & (MSG_MORE | MSG_SENDPAGE_NOTLAST)); in tls_sw_do_sendpage()
1259 MSG_SENDPAGE_NOTLAST | MSG_SENDPAGE_NOPOLICY | in tls_sw_sendpage_locked()
1273 MSG_SENDPAGE_NOTLAST | MSG_SENDPAGE_NOPOLICY)) in tls_sw_sendpage()
Dtls_main.c106 int sendpage_flags = flags | MSG_SENDPAGE_NOTLAST; in tls_push_sg()
/Linux-v5.10/net/xfrm/
Despintcp.c214 flags |= MSG_SENDPAGE_NOTLAST; in espintcp_sendskmsg_locked()
224 flags &= ~MSG_SENDPAGE_NOTLAST; in espintcp_sendskmsg_locked()
/Linux-v5.10/include/linux/
Dsocket.h305 #define MSG_SENDPAGE_NOTLAST 0x20000 /* sendpage() internal : not the last page */ macro
/Linux-v5.10/tools/perf/trace/beauty/include/linux/
Dsocket.h305 #define MSG_SENDPAGE_NOTLAST 0x20000 /* sendpage() internal : not the last page */ macro
/Linux-v5.10/drivers/nvme/target/
Dtcp.c523 left, MSG_DONTWAIT | MSG_MORE | MSG_SENDPAGE_NOTLAST); in nvmet_try_send_data_pdu()
551 flags |= MSG_MORE | MSG_SENDPAGE_NOTLAST; in nvmet_try_send_data()
598 flags |= MSG_MORE | MSG_SENDPAGE_NOTLAST; in nvmet_try_send_response()
627 flags |= MSG_MORE | MSG_SENDPAGE_NOTLAST; in nvmet_try_send_r2t()
/Linux-v5.10/crypto/
Dalgif_hash.c139 if (flags & MSG_SENDPAGE_NOTLAST) in hash_sendpage()
Daf_alg.c988 if (flags & MSG_SENDPAGE_NOTLAST) in af_alg_sendpage()
/Linux-v5.10/drivers/nvme/host/
Dtcp.c913 flags |= MSG_MORE | MSG_SENDPAGE_NOTLAST; in nvme_tcp_try_send_data()
957 flags |= MSG_MORE | MSG_SENDPAGE_NOTLAST; in nvme_tcp_try_send_cmd_pdu()
999 MSG_DONTWAIT | MSG_MORE | MSG_SENDPAGE_NOTLAST); in nvme_tcp_try_send_data_pdu()
/Linux-v5.10/drivers/infiniband/sw/siw/
Dsiw_qp_tx.c329 flags = MSG_MORE | MSG_DONTWAIT | MSG_SENDPAGE_NOTLAST; in siw_tcp_sendpages()
/Linux-v5.10/fs/
Dsplice.c362 more |= MSG_SENDPAGE_NOTLAST; in pipe_to_sendpage()
/Linux-v5.10/net/ceph/
Dmessenger.c1557 int more = MSG_MORE | MSG_SENDPAGE_NOTLAST; in write_partial_message_data()
1619 int more = MSG_MORE | MSG_SENDPAGE_NOTLAST; in write_partial_skip()
/Linux-v5.10/net/kcm/
Dkcmsock.c767 if (flags & MSG_SENDPAGE_NOTLAST) in kcm_sendpage()
/Linux-v5.10/net/mptcp/
Dprotocol.c973 msg->msg_flags | MSG_SENDPAGE_NOTLAST | MSG_DONTWAIT); in mptcp_sendmsg_frag()
/Linux-v5.10/net/ipv4/
Dudp.c1309 if (flags & MSG_SENDPAGE_NOTLAST) in udp_sendpage()
Dtcp.c1090 if (!(flags & MSG_SENDPAGE_NOTLAST)) in do_tcp_sendpages()