Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/trace/beauty/
Dmsg_flags.c11 #ifndef MSG_SENDPAGE_NOTLAST
12 #define MSG_SENDPAGE_NOTLAST 0x20000 macro
/linux-6.1.9/net/rds/
Dtcp_send.c114 more = rm->data.op_nents > 1 ? (MSG_MORE | MSG_SENDPAGE_NOTLAST) : 0; in rds_tcp_xmit()
/linux-6.1.9/net/xfrm/
Despintcp.c212 flags |= MSG_SENDPAGE_NOTLAST; in espintcp_sendskmsg_locked()
222 flags &= ~MSG_SENDPAGE_NOTLAST; in espintcp_sendskmsg_locked()
/linux-6.1.9/net/tls/
Dtls_device.c452 ~(MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL | MSG_SENDPAGE_NOTLAST)) in tls_push_data()
459 tls_push_record_flags = flags | MSG_SENDPAGE_NOTLAST; in tls_push_data()
526 if (flags & (MSG_SENDPAGE_NOTLAST | MSG_MORE)) { in tls_push_data()
602 if (flags & MSG_SENDPAGE_NOTLAST) in tls_device_sendpage()
Dtls_sw.c1158 eor = !(flags & MSG_SENDPAGE_NOTLAST); in tls_sw_do_sendpage()
1261 MSG_SENDPAGE_NOTLAST | MSG_SENDPAGE_NOPOLICY | in tls_sw_sendpage_locked()
1275 MSG_SENDPAGE_NOTLAST | MSG_SENDPAGE_NOPOLICY)) in tls_sw_sendpage()
Dtls_main.c127 int sendpage_flags = flags | MSG_SENDPAGE_NOTLAST; in tls_push_sg()
/linux-6.1.9/tools/perf/trace/beauty/include/linux/
Dsocket.h318 #define MSG_SENDPAGE_NOTLAST 0x20000 /* sendpage() internal : not the last page */ macro
/linux-6.1.9/include/linux/
Dsocket.h318 #define MSG_SENDPAGE_NOTLAST 0x20000 /* sendpage() internal : not the last page */ macro
/linux-6.1.9/drivers/nvme/target/
Dtcp.c559 left, MSG_DONTWAIT | MSG_MORE | MSG_SENDPAGE_NOTLAST); in nvmet_try_send_data_pdu()
587 flags |= MSG_MORE | MSG_SENDPAGE_NOTLAST; in nvmet_try_send_data()
632 flags |= MSG_MORE | MSG_SENDPAGE_NOTLAST; in nvmet_try_send_response()
660 flags |= MSG_MORE | MSG_SENDPAGE_NOTLAST; in nvmet_try_send_r2t()
/linux-6.1.9/crypto/
Dalgif_hash.c140 if (flags & MSG_SENDPAGE_NOTLAST) in hash_sendpage()
Daf_alg.c997 if (flags & MSG_SENDPAGE_NOTLAST) in af_alg_sendpage()
/linux-6.1.9/net/ceph/
Dmessenger_v1.c470 int more = MSG_MORE | MSG_SENDPAGE_NOTLAST; in write_partial_message_data()
532 int more = MSG_MORE | MSG_SENDPAGE_NOTLAST; in write_partial_skip()
/linux-6.1.9/net/smc/
Dsmc_tx.c172 msg->msg_flags & MSG_SENDPAGE_NOTLAST) && in smc_tx_should_cork()
/linux-6.1.9/drivers/nvme/host/
Dtcp.c992 flags |= MSG_MORE | MSG_SENDPAGE_NOTLAST; in nvme_tcp_try_send_data()
1046 flags |= MSG_MORE | MSG_SENDPAGE_NOTLAST; in nvme_tcp_try_send_cmd_pdu()
1088 MSG_DONTWAIT | MSG_MORE | MSG_SENDPAGE_NOTLAST); in nvme_tcp_try_send_data_pdu()
/linux-6.1.9/drivers/scsi/
Discsi_tcp.c309 flags |= MSG_MORE | MSG_SENDPAGE_NOTLAST; in iscsi_sw_tcp_xmit_segment()
/linux-6.1.9/fs/
Dsplice.c359 more |= MSG_SENDPAGE_NOTLAST; in pipe_to_sendpage()
/linux-6.1.9/drivers/infiniband/sw/siw/
Dsiw_qp_tx.c329 flags = MSG_MORE | MSG_DONTWAIT | MSG_SENDPAGE_NOTLAST; in siw_tcp_sendpages()
/linux-6.1.9/net/kcm/
Dkcmsock.c773 if (flags & MSG_SENDPAGE_NOTLAST) in kcm_sendpage()
/linux-6.1.9/net/ipv4/
Dudp.c1332 if (flags & MSG_SENDPAGE_NOTLAST) in udp_sendpage()
Dtcp.c1115 if (!(flags & MSG_SENDPAGE_NOTLAST)) in do_tcp_sendpages()