Home
last modified time | relevance | path

Searched refs:sendpage_ok (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/include/linux/
H A Dnet.h321 static inline bool sendpage_ok(struct page *page) in sendpage_ok() function
/openbmc/linux/drivers/scsi/
H A Dlibiscsi_tcp.c131 if (!recv && sendpage_ok(sg_page(sg))) in iscsi_tcp_segment_map()
/openbmc/linux/drivers/infiniband/sw/siw/
H A Dsiw_qp_tx.c340 if (!sendpage_ok(page[i])) in siw_tcp_sendpages()
/openbmc/linux/net/tls/
H A Dtls_device.c513 if (WARN_ON_ONCE(!sendpage_ok(zc_pfrag.page))) { in tls_push_data()
H A Dtls_sw.c989 if (WARN_ON_ONCE(!sendpage_ok(page))) { in tls_sw_sendmsg_splice()
/openbmc/linux/net/ceph/
H A Dmessenger_v1.c97 if (sendpage_ok(page)) in ceph_tcp_sendpage()
H A Dmessenger_v2.c168 if (sendpage_ok(bv.bv_page)) in do_try_sendpage()
/openbmc/linux/drivers/nvme/host/
H A Dtcp.c1059 if (!sendpage_ok(page)) in nvme_tcp_try_send_data()
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_main.c1553 if (!drbd_disable_sendpage && sendpage_ok(page)) in _drbd_send_page()
/openbmc/linux/net/core/
H A Dskbuff.c6929 if (WARN_ON_ONCE(!sendpage_ok(page))) in skb_splice_from_iter()