Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dip6_output.c74 skb = skb_expand_head(skb, hh_len); in ip6_finish_output2()
316 skb = skb_expand_head(skb, head_room); in ip6_xmit()
/linux/net/netfilter/
H A Dnf_flow_table_ip.c743 skb = skb_expand_head(skb, hh_len); in __nf_flow_queue_xmit()
/linux/drivers/net/
H A Dvrf.c809 skb = skb_expand_head(skb, hh_len); in vrf_finish_output()
/linux/net/ipv4/
H A Dip_output.c217 skb = skb_expand_head(skb, hh_len); in ip_finish_output2()
/linux/net/core/
H A Dskbuff.c2448 struct sk_buff *skb_expand_head(struct sk_buff *skb, unsigned int headroom) in skb_expand_head() function
2485 EXPORT_SYMBOL(skb_expand_head);
H A Dfilter.c2234 skb = skb_expand_head(skb, hh_len); in bpf_out_neigh_v6()
2338 skb = skb_expand_head(skb, hh_len); in bpf_out_neigh_v4()
/linux/include/linux/
H A Dskbuff.h1454 struct sk_buff *skb_expand_head(struct sk_buff *skb, unsigned int headroom);