Home
last modified time | relevance | path

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

/linux/net/netfilter/
A Dxt_physdev.c36 if ((info->bitmask & XT_PHYSDEV_OP_BRIDGED) && in physdev_mt()
37 !(info->invert & XT_PHYSDEV_OP_BRIDGED)) in physdev_mt()
58 if ((info->bitmask & XT_PHYSDEV_OP_BRIDGED) && in physdev_mt()
59 (!!outdev ^ !(info->invert & XT_PHYSDEV_OP_BRIDGED))) in physdev_mt()
103 (!(info->bitmask & XT_PHYSDEV_OP_BRIDGED) || in physdev_mt_check()
104 info->invert & XT_PHYSDEV_OP_BRIDGED) && in physdev_mt_check()
/linux/include/uapi/linux/netfilter/
A Dxt_physdev.h10 #define XT_PHYSDEV_OP_BRIDGED 0x04 macro

Completed in 4 milliseconds