Home
last modified time | relevance | path

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

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