Home
last modified time | relevance | path

Searched refs:EBT_ARP_GRAT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/netfilter_bridge/
H A Debt_arp.h15 #define EBT_ARP_GRAT 0x80 macro
18 EBT_ARP_GRAT)
/openbmc/linux/net/bridge/netfilter/
H A Debt_arp.c39 if (info->bitmask & (EBT_ARP_SRC_IP | EBT_ARP_DST_IP | EBT_ARP_GRAT)) { in ebt_arp_mt()
63 if ((info->bitmask & EBT_ARP_GRAT) && in ebt_arp_mt()
64 NF_INVF(info, EBT_ARP_GRAT, *dap != *sap)) in ebt_arp_mt()