Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dif_pppox.h19 static inline struct pppoe_hdr *pppoe_hdr(const struct sk_buff *skb) in pppoe_hdr() function
21 return (struct pppoe_hdr *)skb_network_header(skb); in pppoe_hdr()
/linux/include/uapi/linux/
H A Dif_pppox.h140 struct pppoe_hdr { struct
142 typepppoe_hdr global() argument
143 verpppoe_hdr global() argument
150 codepppoe_hdr global() argument
151 sidpppoe_hdr global() argument
152 lengthpppoe_hdr global() argument
153 tagpppoe_hdr global() argument
/linux/drivers/net/ethernet/intel/ice/
H A Dice_tc_lib.h125 struct ice_tc_pppoe_hdr pppoe_hdr; member
H A Dice_protocol_type.h439 struct ice_pppoe_hdr pppoe_hdr; member
H A Dice_tc_lib.c493 vals = &list[i].h_u.pppoe_hdr; in ice_tc_fill_rules()
494 masks = &list[i].m_u.pppoe_hdr; in ice_tc_fill_rules()
499 vals->session_id = headers->pppoe_hdr.session_id; in ice_tc_fill_rules()
504 vals->ppp_prot_id = headers->pppoe_hdr.ppp_proto; in ice_tc_fill_rules()
1303 headers->pppoe_hdr.session_id = match->key->session_id; in ice_tc_set_pppoe()
1308 headers->pppoe_hdr.ppp_proto = match->key->ppp_proto; in ice_tc_set_pppoe()
H A Dice_switch.c5617 if (lkups[i].h_u.pppoe_hdr.ppp_prot_id == in ice_find_dummy_packet()
/linux/include/net/netfilter/
H A Dnf_flow_table.h360 sizeof(struct pppoe_hdr))); in __nf_flow_pppoe_proto()
/linux/net/netfilter/
H A Dnf_flow_table_ip.c149 struct pppoe_hdr *phdr; in nf_flow_tuple_encap()
164 phdr = (struct pppoe_hdr *)skb_network_header(skb); in nf_flow_tuple_encap()
/linux/net/core/
H A Dflow_dissector.c1033 static bool is_pppoe_ses_hdr_valid(const struct pppoe_hdr *hdr) in is_pppoe_ses_hdr_valid()
1361 struct pppoe_hdr hdr; in __skb_flow_dissect()
/linux/net/bridge/
H A Dbr_netfilter_hooks.c117 sizeof(struct pppoe_hdr))); in pppoe_proto()