Searched defs:eth (Results 1 – 3 of 3) sorted by relevance
35 struct ethhdr *eth = data; variable
126 struct ethhdr* eth = is_ethernet ? data : NULL; // used iff is_ethernet local373 struct ethhdr* eth = is_ethernet ? data : NULL; // used iff is_ethernet in do_forward4() local792 const struct ethhdr* eth = data; in do_xdp_forward_ether() local
89 private val eth by lazy { context.assertHasService(EthernetManager::class.java) } in <lambda>() constant