Searched refs:p_nhoff (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/net/core/ |
D | flow_dissector.c | 555 __be16 *p_proto, int *p_nhoff, int *p_hlen, in __skb_flow_dissect_gre() argument 563 hdr = __skb_header_pointer(skb, *p_nhoff, sizeof(_hdr), in __skb_flow_dissect_gre() 594 keyid = __skb_header_pointer(skb, *p_nhoff + offset, in __skb_flow_dissect_gre() 621 eth = __skb_header_pointer(skb, *p_nhoff + offset, in __skb_flow_dissect_gre() 634 *p_hlen = *p_nhoff + offset; in __skb_flow_dissect_gre() 643 ppp_hdr = __skb_header_pointer(skb, *p_nhoff + offset, in __skb_flow_dissect_gre() 664 *p_nhoff += offset; in __skb_flow_dissect_gre() 694 const void *data, __be16 *p_proto, int *p_nhoff, in __skb_flow_dissect_batadv() argument 702 hdr = __skb_header_pointer(skb, *p_nhoff, sizeof(_hdr), data, hlen, in __skb_flow_dissect_batadv() 714 *p_nhoff += sizeof(*hdr); in __skb_flow_dissect_batadv()
|