Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/ipset/
Dip_set_hash_netiface.c110 u32 flags = data->physdev ? IPSET_FLAG_PHYSDEV : 0; in hash_netiface4_data_list()
176 if (opt->cmdflags & IPSET_FLAG_PHYSDEV) { in hash_netiface4_kadt()
232 if (cadt_flags & IPSET_FLAG_PHYSDEV) in hash_netiface4_uadt()
333 u32 flags = data->physdev ? IPSET_FLAG_PHYSDEV : 0; in hash_netiface6_data_list()
383 if (opt->cmdflags & IPSET_FLAG_PHYSDEV) { in hash_netiface6_kadt()
443 if (cadt_flags & IPSET_FLAG_PHYSDEV) in hash_netiface6_uadt()
/Linux-v4.19/include/uapi/linux/netfilter/ipset/
Dip_set.h193 IPSET_FLAG_PHYSDEV = (1 << IPSET_FLAG_BIT_PHYSDEV), enumerator