Home
last modified time | relevance | path

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

/linux-2.6.39/net/bridge/
Dbr_netfilter.c87 static inline __be16 pppoe_proto(const struct sk_buff *skb) in pppoe_proto() function
95 pppoe_proto(skb) == htons(PPP_IP) && \
100 pppoe_proto(skb) == htons(PPP_IPV6) && \
/linux-2.6.39/drivers/net/
Dpppoe.c1127 static const struct pppox_proto pppoe_proto = { variable
1173 err = register_pppox_proto(PX_PROTO_OE, &pppoe_proto); in pppoe_init()