Searched refs:type_trans (Results 1 – 6 of 6) sorted by relevance
26 __be16 (*type_trans)(struct sk_buff *skb, struct net_device *dev); member109 if (hdlc->proto->type_trans) in hdlc_type_trans()110 return hdlc->proto->type_trans(skb, dev); in hdlc_type_trans()
39 static __be16 type_trans(struct sk_buff *skb, struct net_device *dev);88 static __be16 type_trans(struct sk_buff *skb, struct net_device *dev) in type_trans() function157 skb->protocol = type_trans(skb, dev); in rx()
30 .type_trans = raw_type_trans,
44 .type_trans = eth_type_trans,
299 .type_trans = cisco_type_trans,
654 .type_trans = ppp_type_trans,