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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dhdlc.h42 __be16 (*type_trans)(struct sk_buff *skb, struct net_device *dev); member in struct:hdlc_proto
133 if (hdlc->proto->type_trans)
134 return hdlc->proto->type_trans(skb, dev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arcnet/
H A Drfc1051.c37 static unsigned short type_trans(struct sk_buff *skb, struct net_device *dev);
89 static unsigned short type_trans(struct sk_buff *skb, struct net_device *dev) function
160 skb->protocol = type_trans(skb, dev);
H A Drfc1201.c37 static unsigned short type_trans(struct sk_buff *skb, struct net_device *dev);
91 static unsigned short type_trans(struct sk_buff *skb, struct net_device *dev) function
231 skb->protocol = type_trans(skb, dev);
367 skb->protocol = type_trans(skb, dev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dhdlc_raw.c37 .type_trans = raw_type_trans,
H A Dhdlc_ppp.c94 .type_trans = ppp_type_trans,
H A Dhdlc_raw_eth.c49 .type_trans = eth_type_trans,
H A Dhdlc_cisco.c316 .type_trans = cisco_type_trans,

Completed in 56 milliseconds