Home
last modified time | relevance | path

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

/linux/net/core/
H A Dflow_dissector.c740 u8 *ppp_hdr; in __skb_flow_dissect_gre() local
745 ppp_hdr = __skb_header_pointer(skb, *p_nhoff + offset, in __skb_flow_dissect_gre()
748 if (!ppp_hdr) in __skb_flow_dissect_gre()
751 switch (PPP_PROTOCOL(ppp_hdr)) { in __skb_flow_dissect_gre()
/linux/net/netfilter/
H A Dnf_flow_table_ip.c550 struct ppp_hdr { in nf_flow_pppoe_push() struct
573 ph = (struct ppp_hdr *)(skb->data); in nf_flow_pppoe_push()