Home
last modified time | relevance | path

Searched refs:alloc_skb_with_frags (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/net/tls/
H A Dtls_strp.c47 skb = alloc_skb_with_frags(0, len, TLS_PAGE_ORDER, in tls_strp_skb_copy()
H A Dtls_sw.c1426 clr_skb = alloc_skb_with_frags(0, full_len, TLS_PAGE_ORDER, in tls_alloc_clrtxt_skb()
/openbmc/linux/arch/um/drivers/
H A Dvector_kern.c630 result = alloc_skb_with_frags( in prep_skb()
/openbmc/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_target.c35 skb = alloc_skb_with_frags(hdr_len, len, in __cxgbit_alloc_skb()
/openbmc/linux/net/iucv/
H A Daf_iucv.c1122 skb = alloc_skb_with_frags(headroom + linear, len - linear, in alloc_iucv_recv_skb()
/openbmc/linux/net/core/
H A Dskbuff.c6312 struct sk_buff *alloc_skb_with_frags(unsigned long header_len, in alloc_skb_with_frags() function
6365 EXPORT_SYMBOL(alloc_skb_with_frags);
H A Dsock.c2804 skb = alloc_skb_with_frags(header_len, data_len, max_page_order, in sock_alloc_send_pskb()
/openbmc/linux/include/linux/
H A Dskbuff.h1284 struct sk_buff *alloc_skb_with_frags(unsigned long header_len,
/openbmc/linux/net/ipv4/
H A Dtcp_input.c5000 skb = alloc_skb_with_frags(size - data_len, data_len, in tcp_send_rcvq()