Home
last modified time | relevance | path

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

/linux-3.4.99/net/bridge/netfilter/
Debt_vlan.c95 if (e->ethproto != htons(ETH_P_8021Q)) { in ebt_vlan_mt_check()
97 ntohs(e->ethproto)); in ebt_vlan_mt_check()
Debt_arp.c108 if ((e->ethproto != htons(ETH_P_ARP) && in ebt_arp_mt_check()
109 e->ethproto != htons(ETH_P_RARP)) || in ebt_arp_mt_check()
Debt_arpreply.c67 if (e->ethproto != htons(ETH_P_ARP) || in ebt_arpreply_tg_check()
Debt_ip.c85 if (e->ethproto != htons(ETH_P_IP) || in ebt_ip_mt_check()
Debt_ip6.c103 if (e->ethproto != htons(ETH_P_IPV6) || e->invflags & EBT_IPROTO) in ebt_ip6_mt_check()
Debtables.c132 __be16 ethproto; in ebt_basic_match() local
136 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()
/linux-3.4.99/include/linux/
Darcdevice.h199 unsigned short ethproto, uint8_t daddr);
/linux-3.4.99/include/linux/netfilter_bridge/
Debtables.h161 __be16 ethproto; member