Home
last modified time | relevance | path

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

/linux-3.4.99/net/bridge/
Dbr_netfilter.c96 static inline __be16 pppoe_proto(const struct sk_buff *skb) in pppoe_proto() function
104 pppoe_proto(skb) == htons(PPP_IP) && \
109 pppoe_proto(skb) == htons(PPP_IPV6) && \
/linux-3.4.99/drivers/net/ppp/
Dpppoe.c1126 static const struct pppox_proto pppoe_proto = { variable
1172 err = register_pppox_proto(PX_PROTO_OE, &pppoe_proto); in pppoe_init()