Searched refs:ethproto (Results 1 – 6 of 6) sorted by relevance
83 if (e->ethproto != htons(ETH_P_8021Q)) { in ebt_vlan_mt_check()85 ntohs(e->ethproto)); in ebt_vlan_mt_check()
106 if ((e->ethproto != htons(ETH_P_ARP) && in ebt_arp_mt_check()107 e->ethproto != htons(ETH_P_RARP)) || in ebt_arp_mt_check()
69 if (e->ethproto != htons(ETH_P_ARP) || in ebt_arpreply_tg_check()
109 if (e->ethproto != htons(ETH_P_IP) || in ebt_ip_mt_check()
111 if (e->ethproto != htons(ETH_P_IPV6) || e->invflags & EBT_IPROTO) in ebt_ip6_mt_check()
172 __be16 ethproto; member