Searched refs:type_trans (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dhdlc.h35 __be16 (*type_trans)(struct sk_buff *skb, struct net_device *dev); member in struct:hdlc_proto
120 if (hdlc->proto->type_trans)
121 return hdlc->proto->type_trans(skb, dev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/arcnet/
H A Drfc1051.c38 static __be16 type_trans(struct sk_buff *skb, struct net_device *dev);
90 static __be16 type_trans(struct sk_buff *skb, struct net_device *dev) function
160 skb->protocol = type_trans(skb, dev);
H A Drfc1201.c38 static __be16 type_trans(struct sk_buff *skb, struct net_device *dev);
92 static __be16 type_trans(struct sk_buff *skb, struct net_device *dev) function
231 skb->protocol = type_trans(skb, dev);
366 skb->protocol = type_trans(skb, dev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dhdlc_raw.c33 .type_trans = raw_type_trans,
H A Dhdlc_raw_eth.c47 .type_trans = eth_type_trans,
H A Dhdlc_cisco.c326 .type_trans = cisco_type_trans,
H A Dhdlc_ppp.c640 .type_trans = ppp_type_trans,

Completed in 60 milliseconds