Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/trace/beauty/
H A Dmsg_flags.c11 #ifndef MSG_SENDPAGE_NOTLAST
12 #define MSG_SENDPAGE_NOTLAST 0x20000 macro
/kernel/linux/linux-5.10/net/rds/
H A Dtcp_send.c114 more = rm->data.op_nents > 1 ? (MSG_MORE | MSG_SENDPAGE_NOTLAST) : 0; in rds_tcp_xmit()
/kernel/linux/linux-5.10/net/tls/
H A Dtls_device.c435 ~(MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL | MSG_SENDPAGE_NOTLAST)) in tls_push_data()
442 tls_push_record_flags = flags | MSG_SENDPAGE_NOTLAST; in tls_push_data()
500 if (flags & (MSG_SENDPAGE_NOTLAST | MSG_MORE)) { in tls_push_data()
574 if (flags & MSG_SENDPAGE_NOTLAST) in tls_device_sendpage()
H A Dtls_sw.c1164 eor = !(flags & MSG_SENDPAGE_NOTLAST); in tls_sw_do_sendpage()
1269 MSG_SENDPAGE_NOTLAST | MSG_SENDPAGE_NOPOLICY | in tls_sw_sendpage_locked()
1283 MSG_SENDPAGE_NOTLAST | MSG_SENDPAGE_NOPOLICY)) in tls_sw_sendpage()
H A Dtls_main.c109 int sendpage_flags = flags | MSG_SENDPAGE_NOTLAST; in tls_push_sg()
/kernel/linux/linux-5.10/net/xfrm/
H A Despintcp.c214 flags |= MSG_SENDPAGE_NOTLAST; in espintcp_sendskmsg_locked()
224 flags &= ~MSG_SENDPAGE_NOTLAST; in espintcp_sendskmsg_locked()
/kernel/linux/linux-5.10/tools/perf/trace/beauty/include/linux/
H A Dsocket.h305 #define MSG_SENDPAGE_NOTLAST 0x20000 /* sendpage() internal : not the last page */ macro
/kernel/linux/linux-5.10/drivers/nvme/target/
H A Dtcp.c568 left, MSG_DONTWAIT | MSG_MORE | MSG_SENDPAGE_NOTLAST); in nvmet_try_send_data_pdu()
596 flags |= MSG_MORE | MSG_SENDPAGE_NOTLAST; in nvmet_try_send_data()
643 flags |= MSG_MORE | MSG_SENDPAGE_NOTLAST; in nvmet_try_send_response()
672 flags |= MSG_MORE | MSG_SENDPAGE_NOTLAST; in nvmet_try_send_r2t()
/kernel/linux/linux-5.10/crypto/
H A Dalgif_hash.c139 if (flags & MSG_SENDPAGE_NOTLAST) in hash_sendpage()
H A Daf_alg.c992 if (flags & MSG_SENDPAGE_NOTLAST) in af_alg_sendpage()
/kernel/linux/linux-5.10/include/linux/
H A Dsocket.h309 #define MSG_SENDPAGE_NOTLAST 0x20000 /* sendpage() internal : not the last page */ macro
/kernel/linux/linux-5.10/net/sunrpc/
H A Dsvcsock.c1105 flags = head->iov_len < xdr->len ? MSG_MORE | MSG_SENDPAGE_NOTLAST : 0; in svc_tcp_sendmsg()
1120 flags = MSG_MORE | MSG_SENDPAGE_NOTLAST; in svc_tcp_sendmsg()
/kernel/linux/linux-5.10/drivers/nvme/host/
H A Dtcp.c969 flags |= MSG_MORE | MSG_SENDPAGE_NOTLAST; in nvme_tcp_try_send_data()
1020 flags |= MSG_MORE | MSG_SENDPAGE_NOTLAST; in nvme_tcp_try_send_cmd_pdu()
1062 MSG_DONTWAIT | MSG_MORE | MSG_SENDPAGE_NOTLAST); in nvme_tcp_try_send_data_pdu()
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H A Dsiw_qp_tx.c329 flags = MSG_MORE | MSG_DONTWAIT | MSG_SENDPAGE_NOTLAST; in siw_tcp_sendpages()
/kernel/linux/linux-5.10/fs/
H A Dsplice.c362 more |= MSG_SENDPAGE_NOTLAST; in pipe_to_sendpage()
/kernel/linux/linux-5.10/net/ceph/
H A Dmessenger.c560 * @more: either or both of MSG_MORE and MSG_SENDPAGE_NOTLAST
1557 int more = MSG_MORE | MSG_SENDPAGE_NOTLAST; in write_partial_message_data()
1619 int more = MSG_MORE | MSG_SENDPAGE_NOTLAST; in write_partial_skip()
/kernel/linux/linux-5.10/net/kcm/
H A Dkcmsock.c772 if (flags & MSG_SENDPAGE_NOTLAST) in kcm_sendpage()
/kernel/linux/linux-5.10/net/mptcp/
H A Dprotocol.c981 msg->msg_flags | MSG_SENDPAGE_NOTLAST | MSG_DONTWAIT); in mptcp_sendmsg_frag()
/kernel/linux/linux-5.10/net/ipv4/
H A Dudp.c1335 if (flags & MSG_SENDPAGE_NOTLAST) in udp_sendpage()
H A Dtcp.c1107 if (!(flags & MSG_SENDPAGE_NOTLAST)) in do_tcp_sendpages()

Completed in 43 milliseconds