Home
last modified time | relevance | path

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

/linux-6.12.1/net/802/
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);
/linux-6.12.1/include/linux/
Dhippidevice.h34 __be16 hippi_type_trans(struct sk_buff *skb, struct net_device *dev);
/linux-6.12.1/drivers/net/hippi/
Drrunner.c1002 skb->protocol = hippi_type_trans(skb, dev); in rx_int()