Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/net/ax25/
H A Dax25_out.c339 skb = skb_expand_head(skb, headroom); in ax25_transmit_buffer()
H A Dax25_route.c458 skb = skb_expand_head(skb, len); in ax25_rt_build_path()
/kernel/linux/linux-6.6/net/ipv6/
H A Dip6_output.c73 skb = skb_expand_head(skb, hh_len); in ip6_finish_output2()
278 skb = skb_expand_head(skb, head_room); in ip6_xmit()
/kernel/linux/linux-6.6/drivers/net/
H A Dvrf.c873 skb = skb_expand_head(skb, hh_len); in vrf_finish_output()
/kernel/linux/linux-6.6/net/ipv4/
H A Dip_output.c214 skb = skb_expand_head(skb, hh_len); in ip_finish_output2()
/kernel/linux/linux-6.6/net/core/
H A Dskbuff.c2231 * skb_expand_head - reallocate header of &sk_buff
2242 struct sk_buff *skb_expand_head(struct sk_buff *skb, unsigned int headroom) in skb_expand_head() function
2279 EXPORT_SYMBOL(skb_expand_head); variable
H A Dfilter.c2205 skb = skb_expand_head(skb, hh_len); in bpf_out_neigh_v6()
2305 skb = skb_expand_head(skb, hh_len); in bpf_out_neigh_v4()
/kernel/linux/linux-6.6/include/linux/
H A Dskbuff.h1356 struct sk_buff *skb_expand_head(struct sk_buff *skb, unsigned int headroom);

Completed in 48 milliseconds