Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dif_pppox.h140 struct pppoe_hdr { struct
/linux/drivers/net/ethernet/intel/ice/
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/net/netfilter/
H A Dnf_flow_table_ip.c166 struct pppoe_hdr *phdr; in nf_flow_tuple_encap()
186 phdr = (struct pppoe_hdr *)skb_network_header(skb); in nf_flow_tuple_encap()
551 struct pppoe_hdr hdr; in nf_flow_pppoe_push()
/linux/include/net/netfilter/
H A Dnf_flow_table.h384 sizeof(struct pppoe_hdr)));
/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()