Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/trace/beauty/
Dmsg_flags.c11 #ifndef MSG_SENDPAGE_NOTLAST
12 #define MSG_SENDPAGE_NOTLAST 0x20000 macro
/linux-5.19.10/net/rds/
Dtcp_send.c114 more = rm->data.op_nents > 1 ? (MSG_MORE | MSG_SENDPAGE_NOTLAST) : 0; in rds_tcp_xmit()
/linux-5.19.10/net/xfrm/
Despintcp.c212 flags |= MSG_SENDPAGE_NOTLAST; in espintcp_sendskmsg_locked()
222 flags &= ~MSG_SENDPAGE_NOTLAST; in espintcp_sendskmsg_locked()
/linux-5.19.10/net/tls/
Dtls_device.c441 ~(MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL | MSG_SENDPAGE_NOTLAST)) in tls_push_data()
448 tls_push_record_flags = flags | MSG_SENDPAGE_NOTLAST; in tls_push_data()
515 if (flags & (MSG_SENDPAGE_NOTLAST | MSG_MORE)) { in tls_push_data()
591 if (flags & MSG_SENDPAGE_NOTLAST) in tls_device_sendpage()
Dtls_sw.c1165 eor = !(flags & MSG_SENDPAGE_NOTLAST); in tls_sw_do_sendpage()
1268 MSG_SENDPAGE_NOTLAST | MSG_SENDPAGE_NOPOLICY | in tls_sw_sendpage_locked()
1282 MSG_SENDPAGE_NOTLAST | MSG_SENDPAGE_NOPOLICY)) in tls_sw_sendpage()
Dtls_main.c108 int sendpage_flags = flags | MSG_SENDPAGE_NOTLAST; in tls_push_sg()
/linux-5.19.10/tools/perf/trace/beauty/include/linux/
Dsocket.h313 #define MSG_SENDPAGE_NOTLAST 0x20000 /* sendpage() internal : not the last page */ macro
/linux-5.19.10/include/linux/
Dsocket.h313 #define MSG_SENDPAGE_NOTLAST 0x20000 /* sendpage() internal : not the last page */ macro
/linux-5.19.10/drivers/nvme/target/
Dtcp.c575 left, MSG_DONTWAIT | MSG_MORE | MSG_SENDPAGE_NOTLAST); in nvmet_try_send_data_pdu()
603 flags |= MSG_MORE | MSG_SENDPAGE_NOTLAST; in nvmet_try_send_data()
648 flags |= MSG_MORE | MSG_SENDPAGE_NOTLAST; in nvmet_try_send_response()
676 flags |= MSG_MORE | MSG_SENDPAGE_NOTLAST; in nvmet_try_send_r2t()
/linux-5.19.10/crypto/
Dalgif_hash.c139 if (flags & MSG_SENDPAGE_NOTLAST) in hash_sendpage()
Daf_alg.c997 if (flags & MSG_SENDPAGE_NOTLAST) in af_alg_sendpage()
/linux-5.19.10/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-5.19.10/net/smc/
Dsmc_tx.c172 msg->msg_flags & MSG_SENDPAGE_NOTLAST) && in smc_tx_should_cork()
/linux-5.19.10/drivers/nvme/host/
Dtcp.c991 flags |= MSG_MORE | MSG_SENDPAGE_NOTLAST; in nvme_tcp_try_send_data()
1045 flags |= MSG_MORE | MSG_SENDPAGE_NOTLAST; in nvme_tcp_try_send_cmd_pdu()
1087 MSG_DONTWAIT | MSG_MORE | MSG_SENDPAGE_NOTLAST); in nvme_tcp_try_send_data_pdu()
/linux-5.19.10/fs/
Dsplice.c362 more |= MSG_SENDPAGE_NOTLAST; in pipe_to_sendpage()
/linux-5.19.10/drivers/infiniband/sw/siw/
Dsiw_qp_tx.c329 flags = MSG_MORE | MSG_DONTWAIT | MSG_SENDPAGE_NOTLAST; in siw_tcp_sendpages()
/linux-5.19.10/net/kcm/
Dkcmsock.c768 if (flags & MSG_SENDPAGE_NOTLAST) in kcm_sendpage()
/linux-5.19.10/net/ipv4/
Dudp.c1330 if (flags & MSG_SENDPAGE_NOTLAST) in udp_sendpage()
Dtcp.c1113 if (!(flags & MSG_SENDPAGE_NOTLAST)) in do_tcp_sendpages()