XT_PHYSDEV_OP_BRIDGED   10 include/linux/netfilter_ipv4/ipt_physdev.h #define IPT_PHYSDEV_OP_BRIDGED		XT_PHYSDEV_OP_BRIDGED
XT_PHYSDEV_OP_BRIDGED   10 include/linux/netfilter_ipv6/ip6t_physdev.h #define IP6T_PHYSDEV_OP_BRIDGED		XT_PHYSDEV_OP_BRIDGED
XT_PHYSDEV_OP_BRIDGED   38 net/netfilter/xt_physdev.c 		if ((info->bitmask & XT_PHYSDEV_OP_BRIDGED) &&
XT_PHYSDEV_OP_BRIDGED   39 net/netfilter/xt_physdev.c 		    !(info->invert & XT_PHYSDEV_OP_BRIDGED))
XT_PHYSDEV_OP_BRIDGED   57 net/netfilter/xt_physdev.c 	if ((info->bitmask & XT_PHYSDEV_OP_BRIDGED) &&
XT_PHYSDEV_OP_BRIDGED   59 net/netfilter/xt_physdev.c 	    !(info->invert & XT_PHYSDEV_OP_BRIDGED)))
XT_PHYSDEV_OP_BRIDGED  102 net/netfilter/xt_physdev.c 	    (!(info->bitmask & XT_PHYSDEV_OP_BRIDGED) ||
XT_PHYSDEV_OP_BRIDGED  103 net/netfilter/xt_physdev.c 	     info->invert & XT_PHYSDEV_OP_BRIDGED) &&