Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dhdlc.h29 __be16 (*type_trans)(struct sk_buff *skb, struct net_device *dev); member
114 if (hdlc->proto->type_trans) in hdlc_type_trans()
115 return hdlc->proto->type_trans(skb, dev); in hdlc_type_trans()
/linux-4.4.14/drivers/net/arcnet/
Drfc1051.c39 static __be16 type_trans(struct sk_buff *skb, struct net_device *dev);
87 static __be16 type_trans(struct sk_buff *skb, struct net_device *dev) in type_trans() function
156 skb->protocol = type_trans(skb, dev); in rx()
Drfc1201.c40 static __be16 type_trans(struct sk_buff *skb, struct net_device *dev);
91 static __be16 type_trans(struct sk_buff *skb, struct net_device *dev) in type_trans() function
234 skb->protocol = type_trans(skb, dev); in rx()
370 skb->protocol = type_trans(skb, dev); in rx()
/linux-4.4.14/drivers/net/wan/
Dhdlc_raw.c33 .type_trans = raw_type_trans,
Dhdlc_raw_eth.c47 .type_trans = eth_type_trans,
Dhdlc_cisco.c323 .type_trans = cisco_type_trans,
Dhdlc_ppp.c639 .type_trans = ppp_type_trans,