Searched refs:skb_expand_head (Results 1 – 8 of 8) sorted by relevance
| /linux/net/netfilter/ |
| H A D | nft_fwd_netdev.c | 170 skb = skb_expand_head(skb, hh_len); in nft_fwd_neigh_eval()
|
| H A D | nf_flow_table_ip.c | 784 skb = skb_expand_head(skb, hh_len); in __nf_flow_queue_xmit()
|
| /linux/net/ipv6/ |
| H A D | ip6_output.c | 74 skb = skb_expand_head(skb, hh_len); in ip6_finish_output2() 314 skb = skb_expand_head(skb, head_room); in ip6_xmit()
|
| /linux/drivers/net/ |
| H A D | vrf.c | 809 skb = skb_expand_head(skb, hh_len); in vrf_finish_output()
|
| /linux/net/ipv4/ |
| H A D | ip_output.c | 218 skb = skb_expand_head(skb, hh_len); in ip_finish_output2()
|
| /linux/net/core/ |
| H A D | skbuff.c | 2436 struct sk_buff *skb_expand_head(struct sk_buff *skb, unsigned int headroom) in skb_expand_head() function 2473 EXPORT_SYMBOL(skb_expand_head);
|
| H A D | filter.c | 2230 skb = skb_expand_head(skb, hh_len); in bpf_out_neigh_v6() 2334 skb = skb_expand_head(skb, hh_len); in bpf_out_neigh_v4()
|
| /linux/include/linux/ |
| H A D | skbuff.h | 1455 struct sk_buff *skb_expand_head(struct sk_buff *skb, unsigned int headroom);
|