Home
last modified time | relevance | path

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

/linux-6.14.4/net/tls/
Dtls_strp.c48 skb = alloc_skb_with_frags(0, len, TLS_PAGE_ORDER, in tls_strp_skb_copy()
Dtls_sw.c1430 clr_skb = alloc_skb_with_frags(0, full_len, TLS_PAGE_ORDER, in tls_alloc_clrtxt_skb()
/linux-6.14.4/arch/um/drivers/
Dvector_kern.c615 result = alloc_skb_with_frags( in prep_skb()
/linux-6.14.4/drivers/target/iscsi/cxgbit/
Dcxgbit_target.c35 skb = alloc_skb_with_frags(hdr_len, len, in __cxgbit_alloc_skb()
/linux-6.14.4/net/iucv/
Daf_iucv.c1121 skb = alloc_skb_with_frags(headroom + linear, len - linear, in alloc_iucv_recv_skb()
/linux-6.14.4/net/core/
Dskbuff.c6506 struct sk_buff *alloc_skb_with_frags(unsigned long header_len, in alloc_skb_with_frags() function
6559 EXPORT_SYMBOL(alloc_skb_with_frags);
Dsock.c2919 skb = alloc_skb_with_frags(header_len, data_len, max_page_order, in sock_alloc_send_pskb()
/linux-6.14.4/include/linux/
Dskbuff.h1334 struct sk_buff *alloc_skb_with_frags(unsigned long header_len,
/linux-6.14.4/net/ipv4/
Dtcp_input.c5193 skb = alloc_skb_with_frags(size - data_len, data_len, in tcp_send_rcvq()