Home
last modified time | relevance | path

Searched refs:hippi_type_trans (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/802/
H A Dhippi.c93 __be16 hippi_type_trans(struct sk_buff *skb, struct net_device *dev) in hippi_type_trans() function
113 EXPORT_SYMBOL(hippi_type_trans);
/openbmc/linux/include/linux/
H A Dhippidevice.h34 __be16 hippi_type_trans(struct sk_buff *skb, struct net_device *dev);
/openbmc/linux/drivers/net/hippi/
H A Drrunner.c1002 skb->protocol = hippi_type_trans(skb, dev); in rx_int()