Searched refs:type_trans (Results 1 – 13 of 13) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | hdlc.h | 116 unsigned short (*type_trans)(struct sk_buff *skb, member 254 if (hdlc->type_trans) in hdlc_type_trans() 255 return hdlc->type_trans(skb, dev); in hdlc_type_trans()
|
/linux-2.4.37.9/drivers/net/arcnet/ |
D | rfc1051.c | 37 static unsigned short type_trans(struct sk_buff *skb, struct net_device *dev); 93 static unsigned short type_trans(struct sk_buff *skb, struct net_device *dev) in type_trans() function 164 skb->protocol = type_trans(skb, dev); in rx()
|
D | rfc1201.c | 36 static unsigned short type_trans(struct sk_buff *skb, struct net_device *dev); 96 static unsigned short type_trans(struct sk_buff *skb, struct net_device *dev) in type_trans() function 236 skb->protocol = type_trans(skb, dev); in rx() 372 skb->protocol = type_trans(skb, dev); in rx()
|
/linux-2.4.37.9/drivers/message/i2o/ |
D | i2o_lan.c | 366 skb->protocol = priv->type_trans(skb, dev); in i2o_lan_receive_post_reply() 1285 unsigned short (*type_trans)(struct sk_buff *, struct net_device *); in i2o_lan_register_device() local 1293 type_trans = eth_type_trans; in i2o_lan_register_device() 1309 type_trans = tr_type_trans; in i2o_lan_register_device() 1330 type_trans = fddi_type_trans; in i2o_lan_register_device() 1344 type_trans = NULL; in i2o_lan_register_device() 1362 priv->type_trans = type_trans; in i2o_lan_register_device()
|
D | i2o_lan.h | 131 unsigned short (*type_trans)(struct sk_buff *, struct net_device *); member
|
/linux-2.4.37.9/drivers/net/wan/ |
D | hdlc_raw.c | 81 hdlc->type_trans = raw_type_trans; in hdlc_raw_ioctl()
|
D | hdlc_ppp.c | 105 hdlc->type_trans = ppp_type_trans; in hdlc_ppp_ioctl()
|
D | hdlc_raw_eth.c | 95 hdlc->type_trans = eth_type_trans; in hdlc_raw_eth_ioctl()
|
D | hdlc_x25.c | 205 hdlc->type_trans = NULL; in hdlc_x25_ioctl()
|
D | hdlc_cisco.c | 307 hdlc->type_trans = cisco_type_trans; in hdlc_cisco_ioctl()
|
D | hdlc_fr.c | 1105 hdlc->type_trans = NULL; in hdlc_fr_ioctl()
|
/linux-2.4.37.9/drivers/s390/net/ |
D | qeth.h | 849 unsigned short (*type_trans)(struct sk_buff *,struct net_device *); member
|
D | qeth.c | 1603 skb->protocol=card->type_trans(skb,dev); in qeth_read_in_buffer() 7822 card->type_trans=qeth_get_type_trans(card->link_type); in qeth_ipv6_init_card()
|