Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dhdlc.h116 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/
Drfc1051.c37 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()
Drfc1201.c36 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/
Di2o_lan.c366 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()
Di2o_lan.h131 unsigned short (*type_trans)(struct sk_buff *, struct net_device *); member
/linux-2.4.37.9/drivers/net/wan/
Dhdlc_raw.c81 hdlc->type_trans = raw_type_trans; in hdlc_raw_ioctl()
Dhdlc_ppp.c105 hdlc->type_trans = ppp_type_trans; in hdlc_ppp_ioctl()
Dhdlc_raw_eth.c95 hdlc->type_trans = eth_type_trans; in hdlc_raw_eth_ioctl()
Dhdlc_x25.c205 hdlc->type_trans = NULL; in hdlc_x25_ioctl()
Dhdlc_cisco.c307 hdlc->type_trans = cisco_type_trans; in hdlc_cisco_ioctl()
Dhdlc_fr.c1105 hdlc->type_trans = NULL; in hdlc_fr_ioctl()
/linux-2.4.37.9/drivers/s390/net/
Dqeth.h849 unsigned short (*type_trans)(struct sk_buff *,struct net_device *); member
Dqeth.c1603 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()