Home
last modified time | relevance | path

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

/linux-5.19.10/net/ax25/
Dax25_out.c339 skb = skb_expand_head(skb, headroom); in ax25_transmit_buffer()
Dax25_route.c458 skb = skb_expand_head(skb, len); in ax25_rt_build_path()
/linux-5.19.10/net/ipv6/
Dip6_output.c72 skb = skb_expand_head(skb, hh_len); in ip6_finish_output2()
271 skb = skb_expand_head(skb, head_room); in ip6_xmit()
/linux-5.19.10/drivers/net/
Dvrf.c885 skb = skb_expand_head(skb, hh_len); in vrf_finish_output()
/linux-5.19.10/net/ipv4/
Dip_output.c209 skb = skb_expand_head(skb, hh_len); in ip_finish_output2()
/linux-5.19.10/net/core/
Dskbuff.c1830 struct sk_buff *skb_expand_head(struct sk_buff *skb, unsigned int headroom) in skb_expand_head() function
1867 EXPORT_SYMBOL(skb_expand_head);
Dfilter.c2184 skb = skb_expand_head(skb, hh_len); in bpf_out_neigh_v6()
2282 skb = skb_expand_head(skb, hh_len); in bpf_out_neigh_v4()
/linux-5.19.10/include/linux/
Dskbuff.h1496 struct sk_buff *skb_expand_head(struct sk_buff *skb, unsigned int headroom);