Searched refs:type_trans (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | hdlc.h | 26 __be16 (*type_trans)(struct sk_buff *skb, struct net_device *dev); member 109 if (hdlc->proto->type_trans) in hdlc_type_trans() 110 return hdlc->proto->type_trans(skb, dev); in hdlc_type_trans()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | hdlc.h | 26 __be16 (*type_trans)(struct sk_buff *skb, struct net_device *dev); member 109 if (hdlc->proto->type_trans) in hdlc_type_trans() 110 return hdlc->proto->type_trans(skb, dev); in hdlc_type_trans()
|
/kernel/linux/linux-5.10/drivers/net/arcnet/ |
H A 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()
|
H A 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()
|
/kernel/linux/linux-6.6/drivers/net/arcnet/ |
H A 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()
|
H A 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()
|
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | hdlc_raw_eth.c | 44 .type_trans = eth_type_trans,
|
H A D | hdlc_raw.c | 30 .type_trans = raw_type_trans,
|
H A D | hdlc_cisco.c | 317 .type_trans = cisco_type_trans,
|
H A D | hdlc_ppp.c | 651 .type_trans = ppp_type_trans,
|
/kernel/linux/linux-6.6/drivers/net/wan/ |
H A D | hdlc_raw_eth.c | 44 .type_trans = eth_type_trans,
|
H A D | hdlc_raw.c | 30 .type_trans = raw_type_trans,
|
H A D | hdlc_cisco.c | 299 .type_trans = cisco_type_trans,
|
H A D | hdlc_ppp.c | 648 .type_trans = ppp_type_trans,
|
Completed in 8 milliseconds