Searched refs:ethproto (Results 1 – 8 of 8) sorted by relevance
95 if (e->ethproto != htons(ETH_P_8021Q)) { in ebt_vlan_mt_check()97 ntohs(e->ethproto)); in ebt_vlan_mt_check()
108 if ((e->ethproto != htons(ETH_P_ARP) && in ebt_arp_mt_check()109 e->ethproto != htons(ETH_P_RARP)) || in ebt_arp_mt_check()
67 if (e->ethproto != htons(ETH_P_ARP) || in ebt_arpreply_tg_check()
85 if (e->ethproto != htons(ETH_P_IP) || in ebt_ip_mt_check()
103 if (e->ethproto != htons(ETH_P_IPV6) || e->invflags & EBT_IPROTO) in ebt_ip6_mt_check()
132 __be16 ethproto; in ebt_basic_match() local136 ethproto = htons(ETH_P_8021Q); in ebt_basic_match()138 ethproto = h->h_proto; in ebt_basic_match()141 if (FWINV2(ntohs(ethproto) >= 1536, EBT_IPROTO)) in ebt_basic_match()144 FWINV2(e->ethproto != ethproto, EBT_IPROTO)) in ebt_basic_match()381 e->ethproto, e->invflags & EBT_IPROTO); in ebt_check_match()412 e->ethproto, e->invflags & EBT_IPROTO); in ebt_check_watcher()747 e->ethproto, e->invflags & EBT_IPROTO); in ebt_check_entry()
199 unsigned short ethproto, uint8_t daddr);
161 __be16 ethproto; member