Home
last modified time | relevance | path

Searched refs:p_nhoff (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/net/core/
Dflow_dissector.c633 __be16 *p_proto, int *p_nhoff, int *p_hlen, in __skb_flow_dissect_gre() argument
641 hdr = __skb_header_pointer(skb, *p_nhoff, sizeof(_hdr), in __skb_flow_dissect_gre()
672 keyid = __skb_header_pointer(skb, *p_nhoff + offset, in __skb_flow_dissect_gre()
699 eth = __skb_header_pointer(skb, *p_nhoff + offset, in __skb_flow_dissect_gre()
712 *p_hlen = *p_nhoff + offset; in __skb_flow_dissect_gre()
721 ppp_hdr = __skb_header_pointer(skb, *p_nhoff + offset, in __skb_flow_dissect_gre()
742 *p_nhoff += offset; in __skb_flow_dissect_gre()
772 const void *data, __be16 *p_proto, int *p_nhoff, in __skb_flow_dissect_batadv() argument
780 hdr = __skb_header_pointer(skb, *p_nhoff, sizeof(_hdr), data, hlen, in __skb_flow_dissect_batadv()
792 *p_nhoff += sizeof(*hdr); in __skb_flow_dissect_batadv()