Home
last modified time | relevance | path

Searched refs:pppoe_proto (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/bridge/
H A Dbr_netfilter_hooks.c108 static inline __be16 pppoe_proto(const struct sk_buff *skb) in pppoe_proto() function
119 pppoe_proto(skb) == htons(PPP_IP) && brnet->filter_pppoe_tagged; in is_pppoe_ip()
128 pppoe_proto(skb) == htons(PPP_IPV6) && in is_pppoe_ipv6()
/kernel/linux/linux-6.6/net/bridge/
H A Dbr_netfilter_hooks.c112 static inline __be16 pppoe_proto(const struct sk_buff *skb) in pppoe_proto() function
123 pppoe_proto(skb) == htons(PPP_IP) && brnet->filter_pppoe_tagged; in is_pppoe_ip()
132 pppoe_proto(skb) == htons(PPP_IPV6) && in is_pppoe_ipv6()
/kernel/linux/linux-5.10/drivers/net/ppp/
H A Dpppoe.c1122 static const struct pppox_proto pppoe_proto = { variable
1169 err = register_pppox_proto(PX_PROTO_OE, &pppoe_proto); in pppoe_init()
/kernel/linux/linux-6.6/drivers/net/ppp/
H A Dpppoe.c1145 static const struct pppox_proto pppoe_proto = { variable
1192 err = register_pppox_proto(PX_PROTO_OE, &pppoe_proto); in pppoe_init()

Completed in 7 milliseconds