Searched refs:p_nhoff (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/net/core/ |
D | flow_dissector.c | 528 __be16 *p_proto, int *p_nhoff, int *p_hlen, in __skb_flow_dissect_gre() argument 536 hdr = __skb_header_pointer(skb, *p_nhoff, sizeof(_hdr), in __skb_flow_dissect_gre() 567 keyid = __skb_header_pointer(skb, *p_nhoff + offset, in __skb_flow_dissect_gre() 594 eth = __skb_header_pointer(skb, *p_nhoff + offset, in __skb_flow_dissect_gre() 607 *p_hlen = *p_nhoff + offset; in __skb_flow_dissect_gre() 616 ppp_hdr = __skb_header_pointer(skb, *p_nhoff + offset, in __skb_flow_dissect_gre() 637 *p_nhoff += offset; in __skb_flow_dissect_gre() 667 const void *data, __be16 *p_proto, int *p_nhoff, in __skb_flow_dissect_batadv() argument 675 hdr = __skb_header_pointer(skb, *p_nhoff, sizeof(_hdr), data, hlen, in __skb_flow_dissect_batadv() 687 *p_nhoff += sizeof(*hdr); in __skb_flow_dissect_batadv()
|