Home
last modified time | relevance | path

Searched refs:eth_protocol (Results 1 – 8 of 8) sorted by relevance

/arch/um/include/shared/
Dnet_kern.h67 extern unsigned short eth_protocol(struct sk_buff *skb);
/arch/um/os-Linux/drivers/
Dtuntap_kern.c51 .protocol = eth_protocol,
Dethertap_kern.c61 .protocol = eth_protocol,
/arch/um/drivers/
Ddaemon_kern.c56 .protocol = eth_protocol,
Dpcap_kern.c48 .protocol = eth_protocol,
Dvde_kern.c65 .protocol = eth_protocol,
Dumcast_kern.c65 .protocol = eth_protocol,
Dnet_kern.c888 unsigned short eth_protocol(struct sk_buff *skb) in eth_protocol() function