Searched refs:skb_expand_head (Results 1 - 8 of 8) sorted by relevance

/linux-master/net/ax25/
H A Dax25_out.c339 skb = skb_expand_head(skb, headroom);
H A Dax25_route.c458 skb = skb_expand_head(skb, len);
/linux-master/net/ipv6/
H A Dip6_output.c73 skb = skb_expand_head(skb, hh_len);
286 skb = skb_expand_head(skb, head_room);
/linux-master/drivers/net/
H A Dvrf.c873 skb = skb_expand_head(skb, hh_len);
/linux-master/net/ipv4/
H A Dip_output.c216 skb = skb_expand_head(skb, hh_len);
/linux-master/net/core/
H A Dskbuff.c2389 * skb_expand_head - reallocate header of &sk_buff
2400 struct sk_buff *skb_expand_head(struct sk_buff *skb, unsigned int headroom) function
2437 EXPORT_SYMBOL(skb_expand_head); variable
H A Dfilter.c2210 skb = skb_expand_head(skb, hh_len);
2310 skb = skb_expand_head(skb, hh_len);
/linux-master/include/linux/
H A Dskbuff.h1383 struct sk_buff *skb_expand_head(struct sk_buff *skb, unsigned int headroom);

Completed in 312 milliseconds