Home
last modified time | relevance | path

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

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