Home
last modified time | relevance | path

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

/linux-6.15/net/ax25/
H A Dax25_out.c349 skb = skb_expand_head(skb, headroom); in ax25_transmit_buffer()
H A Dax25_route.c386 skb = skb_expand_head(skb, len); in ax25_rt_build_path()
/linux-6.15/net/ipv6/
H A Dip6_output.c75 skb = skb_expand_head(skb, hh_len); in ip6_finish_output2()
292 skb = skb_expand_head(skb, head_room); in ip6_xmit()
/linux-6.15/net/ipv4/
H A Dip_output.c216 skb = skb_expand_head(skb, hh_len); in ip_finish_output2()
/linux-6.15/drivers/net/
H A Dvrf.c835 skb = skb_expand_head(skb, hh_len); in vrf_finish_output()
/linux-6.15/net/core/
H A Dskbuff.c2396 struct sk_buff *skb_expand_head(struct sk_buff *skb, unsigned int headroom) in skb_expand_head() function
2433 EXPORT_SYMBOL(skb_expand_head);
H A Dfilter.c2217 skb = skb_expand_head(skb, hh_len); in bpf_out_neigh_v6()
2317 skb = skb_expand_head(skb, hh_len); in bpf_out_neigh_v4()
/linux-6.15/include/linux/
H A Dskbuff.h1410 struct sk_buff *skb_expand_head(struct sk_buff *skb, unsigned int headroom);