Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
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-6.3-rc2/drivers/net/ppp/
A Dpppoe.c416 struct pppoe_hdr *ph; in pppoe_rcv()
431 ph = pppoe_hdr(skb); in pppoe_rcv()
441 ph = pppoe_hdr(skb); in pppoe_rcv()
485 struct pppoe_hdr *ph; in pppoe_disc_rcv()
499 ph = pppoe_hdr(skb); in pppoe_disc_rcv()
752 sizeof(struct pppoe_hdr) - in pppoe_ioctl()
769 - sizeof(struct pppoe_hdr) in pppoe_ioctl()
843 struct pppoe_hdr hdr; in pppoe_sendmsg()
844 struct pppoe_hdr *ph; in pppoe_sendmsg()
916 struct pppoe_hdr *ph; in __pppoe_xmit()
[all …]
/linux-6.3-rc2/include/uapi/linux/
A Dif_pppox.h140 struct pppoe_hdr { struct
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/
A Dice_tc_lib.h120 struct ice_tc_pppoe_hdr pppoe_hdr; member
A Dice_protocol_type.h244 struct ice_pppoe_hdr pppoe_hdr; member
A Dice_tc_lib.c447 vals = &list[i].h_u.pppoe_hdr; in ice_tc_fill_rules()
448 masks = &list[i].m_u.pppoe_hdr; in ice_tc_fill_rules()
453 vals->session_id = headers->pppoe_hdr.session_id; in ice_tc_fill_rules()
458 vals->ppp_prot_id = headers->pppoe_hdr.ppp_proto; in ice_tc_fill_rules()
1010 headers->pppoe_hdr.session_id = match->key->session_id; in ice_tc_set_pppoe()
1015 headers->pppoe_hdr.ppp_proto = match->key->ppp_proto; in ice_tc_set_pppoe()
A Dice_switch.c5660 if (lkups[i].h_u.pppoe_hdr.ppp_prot_id == in ice_find_dummy_packet()
/linux-6.3-rc2/include/net/netfilter/
A Dnf_flow_table.h332 sizeof(struct pppoe_hdr))); in nf_flow_pppoe_proto()
/linux-6.3-rc2/net/netfilter/
A Dnf_flow_table_ip.c144 struct pppoe_hdr *phdr; in nf_flow_tuple_encap()
159 phdr = (struct pppoe_hdr *)skb_mac_header(skb); in nf_flow_tuple_encap()
/linux-6.3-rc2/net/core/
A Dflow_dissector.c922 static bool is_pppoe_ses_hdr_valid(const struct pppoe_hdr *hdr) in is_pppoe_ses_hdr_valid()
1249 struct pppoe_hdr hdr; in __skb_flow_dissect()
/linux-6.3-rc2/net/bridge/
A Dbr_netfilter_hooks.c111 sizeof(struct pppoe_hdr))); in pppoe_proto()

Completed in 36 milliseconds