Searched refs:XT_PHYSDEV_OP_BRIDGED (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_physdev.c38 if ((info->bitmask & XT_PHYSDEV_OP_BRIDGED) &&
39 !(info->invert & XT_PHYSDEV_OP_BRIDGED))
57 if ((info->bitmask & XT_PHYSDEV_OP_BRIDGED) &&
59 !(info->invert & XT_PHYSDEV_OP_BRIDGED)))
94 (!(info->bitmask & XT_PHYSDEV_OP_BRIDGED) ||
95 info->invert & XT_PHYSDEV_OP_BRIDGED) &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_physdev.h12 #define XT_PHYSDEV_OP_BRIDGED 0x04 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter/
H A Dxt_physdev.h12 #define XT_PHYSDEV_OP_BRIDGED 0x04 macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/include/linux/netfilter/
H A Dxt_physdev.h12 #define XT_PHYSDEV_OP_BRIDGED 0x04 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_physdev.c72 info->invert |= XT_PHYSDEV_OP_BRIDGED;
73 info->bitmask |= XT_PHYSDEV_OP_BRIDGED;
103 if (info->bitmask & XT_PHYSDEV_OP_BRIDGED)
105 info->invert & XT_PHYSDEV_OP_BRIDGED ? " !":"");
127 if (info->bitmask & XT_PHYSDEV_OP_BRIDGED)
129 (info->invert & XT_PHYSDEV_OP_BRIDGED) ? " !" : "");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibxt_physdev.c72 info->invert |= XT_PHYSDEV_OP_BRIDGED;
73 info->bitmask |= XT_PHYSDEV_OP_BRIDGED;
103 if (info->bitmask & XT_PHYSDEV_OP_BRIDGED)
105 info->invert & XT_PHYSDEV_OP_BRIDGED ? " !":"");
127 if (info->bitmask & XT_PHYSDEV_OP_BRIDGED)
129 (info->invert & XT_PHYSDEV_OP_BRIDGED) ? " !" : "");

Completed in 132 milliseconds