Home
last modified time | relevance | path

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

/linux/net/core/
H A Dflow_dissector.c657 __be16 *p_proto, int *p_nhoff, int *p_hlen, in __skb_flow_dissect_gre() argument
665 hdr = __skb_header_pointer(skb, *p_nhoff, sizeof(_hdr), in __skb_flow_dissect_gre()
696 keyid = __skb_header_pointer(skb, *p_nhoff + offset, in __skb_flow_dissect_gre()
723 eth = __skb_header_pointer(skb, *p_nhoff + offset, in __skb_flow_dissect_gre()
736 *p_hlen = *p_nhoff + offset; in __skb_flow_dissect_gre()
745 ppp_hdr = __skb_header_pointer(skb, *p_nhoff + offset, in __skb_flow_dissect_gre()
766 *p_nhoff += offset; in __skb_flow_dissect_gre()
796 const void *data, __be16 *p_proto, int *p_nhoff, in __skb_flow_dissect_batadv() argument
804 hdr = __skb_header_pointer(skb, *p_nhoff, sizeof(_hdr), data, hlen, in __skb_flow_dissect_batadv()
816 *p_nhoff += sizeof(*hdr); in __skb_flow_dissect_batadv()