Home
last modified time | relevance | path

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

/linux-4.1.27/net/bridge/
Dbr_netfilter.c94 static inline __be16 pppoe_proto(const struct sk_buff *skb) in pppoe_proto() function
102 pppoe_proto(skb) == htons(PPP_IP) && \
107 pppoe_proto(skb) == htons(PPP_IPV6) && \
/linux-4.1.27/drivers/net/ppp/
Dpppoe.c1151 static const struct pppox_proto pppoe_proto = { variable
1197 err = register_pppox_proto(PX_PROTO_OE, &pppoe_proto); in pppoe_init()