Searched refs:type_trans (Results 1 – 6 of 6) sorted by relevance
| /drivers/net/arcnet/ |
| A D | rfc1051.c | 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() function 157 skb->protocol = type_trans(skb, dev); in rx()
|
| A D | rfc1201.c | 41 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) in type_trans() function 235 skb->protocol = type_trans(skb, dev); in rx() 371 skb->protocol = type_trans(skb, dev); in rx()
|
| /drivers/net/wan/ |
| A D | hdlc_raw.c | 30 .type_trans = raw_type_trans,
|
| A D | hdlc_raw_eth.c | 44 .type_trans = eth_type_trans,
|
| A D | hdlc_cisco.c | 299 .type_trans = cisco_type_trans,
|
| A D | hdlc_ppp.c | 648 .type_trans = ppp_type_trans,
|
Completed in 9 milliseconds