Searched refs:alloc_skb_with_frags (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/net/core/
H A Dskbuff.c4447 * alloc_skb_with_frags - allocate skb with page frags
4457 struct sk_buff *alloc_skb_with_frags(unsigned long header_len, alloc_skb_with_frags() function
4522 EXPORT_SYMBOL(alloc_skb_with_frags); variable
H A Dsock.c1871 skb = alloc_skb_with_frags(header_len, data_len, max_page_order, sock_alloc_send_pskb()
/linux-4.4.14/include/linux/
H A Dskbuff.h818 struct sk_buff *alloc_skb_with_frags(unsigned long header_len,
/linux-4.4.14/net/ipv4/
H A Dtcp_input.c4500 skb = alloc_skb_with_frags(size - data_len, data_len, tcp_send_rcvq()

Completed in 204 milliseconds