Searched refs:ethproto (Results 1 - 9 of 9) sorted by relevance

/linux-master/net/bridge/netfilter/
H A Debt_vlan.c83 if (e->ethproto != htons(ETH_P_8021Q)) {
85 ntohs(e->ethproto));
H A Debt_arp.c106 if ((e->ethproto != htons(ETH_P_ARP) &&
107 e->ethproto != htons(ETH_P_RARP)) ||
H A Debt_arpreply.c69 if (e->ethproto != htons(ETH_P_ARP) ||
H A Debt_ip6.c111 if (e->ethproto != htons(ETH_P_IPV6) || e->invflags & EBT_IPROTO)
H A Debt_ip.c109 if (e->ethproto != htons(ETH_P_IP) ||
H A Debtables.c136 __be16 ethproto; local
139 ethproto = htons(ETH_P_8021Q);
141 ethproto = h->h_proto;
144 if (NF_INVF(e, EBT_IPROTO, eth_proto_is_802_3(ethproto)))
147 NF_INVF(e, EBT_IPROTO, e->ethproto != ethproto))
419 ntohs(e->ethproto), e->invflags & EBT_IPROTO);
456 ntohs(e->ethproto), e->invflags & EBT_IPROTO);
782 ntohs(e->ethproto), e->invflags & EBT_IPROTO);
/linux-master/include/uapi/linux/netfilter_bridge/
H A Debtables.h172 __be16 ethproto; member in struct:ebt_entry
/linux-master/drivers/net/arcnet/
H A Darcdevice.h202 unsigned short ethproto, uint8_t daddr);
/linux-master/net/netfilter/
H A Dnft_compat.c163 entry->ebt.ethproto = (__force __be16)proto;
464 entry->ebt.ethproto = (__force __be16)proto;

Completed in 116 milliseconds