Searched refs:skb_expand_head (Results  1 – 8 of 8) sorted by relevance
| /Linux-v6.6/net/ax25/ | 
| D | ax25_out.c | 339 		skb = skb_expand_head(skb, headroom);  in ax25_transmit_buffer()
  | 
| D | ax25_route.c | 458 		skb = skb_expand_head(skb, len);  in ax25_rt_build_path()
  | 
| /Linux-v6.6/net/ipv6/ | 
| D | ip6_output.c | 73 		skb = skb_expand_head(skb, hh_len);  in ip6_finish_output2() 272 		skb = skb_expand_head(skb, head_room);  in ip6_xmit()
  | 
| /Linux-v6.6/drivers/net/ | 
| D | vrf.c | 883 		skb = skb_expand_head(skb, hh_len);  in vrf_finish_output()
  | 
| /Linux-v6.6/net/ipv4/ | 
| D | ip_output.c | 214 		skb = skb_expand_head(skb, hh_len);  in ip_finish_output2()
  | 
| /Linux-v6.6/net/core/ | 
| D | skbuff.c | 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);
  | 
| D | filter.c | 2203 		skb = skb_expand_head(skb, hh_len);  in bpf_out_neigh_v6() 2303 		skb = skb_expand_head(skb, hh_len);  in bpf_out_neigh_v4()
  | 
| /Linux-v6.6/include/linux/ | 
| D | skbuff.h | 1356 struct sk_buff *skb_expand_head(struct sk_buff *skb, unsigned int headroom);
  |