Searched refs:type_trans (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/include/linux/ |
D | hdlc.h | 29 __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/ |
D | rfc1051.c | 39 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()
|
D | rfc1201.c | 40 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/ |
D | hdlc_raw.c | 33 .type_trans = raw_type_trans,
|
D | hdlc_raw_eth.c | 47 .type_trans = eth_type_trans,
|
D | hdlc_cisco.c | 323 .type_trans = cisco_type_trans,
|
D | hdlc_ppp.c | 639 .type_trans = ppp_type_trans,
|