Searched refs:pskb_network_may_pull (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/net/sched/ | 
| D | em_ipset.c | 65 		if (!pskb_network_may_pull(skb, sizeof(struct iphdr)))  in em_ipset_match() 71 		if (!pskb_network_may_pull(skb, sizeof(struct ipv6hdr)))  in em_ipset_match()
  | 
| D | em_ipt.c | 217 		if (!pskb_network_may_pull(skb, sizeof(struct iphdr)))  in em_ipt_match() 223 		if (!pskb_network_may_pull(skb, sizeof(struct ipv6hdr)))  in em_ipt_match()
  | 
| D | cls_rsvp.h | 141 	if (!pskb_network_may_pull(skb, sizeof(*nhptr)))  in rsvp_classify() 147 	if (!pskb_network_may_pull(skb, sizeof(*nhptr)))  in rsvp_classify()
  | 
| /Linux-v5.4/include/net/ | 
| D | addrconf.h | 249 	    !pskb_network_may_pull(skb, offset + sizeof(struct icmp6hdr)))  in ipv6_is_mld()
  | 
| D | ip_tunnels.h | 329 	return pskb_network_may_pull(skb, nhlen);  in pskb_inet_may_pull()
  | 
| /Linux-v5.4/net/ipv4/ | 
| D | route.c | 1203 	if (!pskb_network_may_pull(skb, sizeof(struct iphdr)) ||  in ipv4_send_dest_unreach() 1209 		if (!pskb_network_may_pull(skb, ip_hdr(skb)->ihl * 4))  in ipv4_send_dest_unreach()
  | 
| /Linux-v5.4/include/linux/ | 
| D | skbuff.h | 2582 static inline int pskb_network_may_pull(struct sk_buff *skb, unsigned int len)  in pskb_network_may_pull()  function
  |