Searched refs:ETH_P_802_3_MIN (Results 1 – 3 of 3) sorted by relevance
127 if (ntohs(eth->h_proto) < ETH_P_802_3_MIN) in xdp_prognum0()
13 #define ETH_P_802_3_MIN 0x0600 macro
65 if (__builtin_expect(bpf_ntohs(eth_type) < ETH_P_802_3_MIN, 0)) in parse_eth()199 if (bpf_ntohs(eth_type) < ETH_P_802_3_MIN) { in xdp_prognum1_touch_data()