Searched refs:IPSET_FLAG_PHYSDEV (Results 1 – 2 of 2) sorted by relevance
110 u32 flags = (data->physdev ? IPSET_FLAG_PHYSDEV : 0) | in hash_netiface4_data_list() 177 if (opt->cmdflags & IPSET_FLAG_PHYSDEV) { in hash_netiface4_kadt() 233 if (cadt_flags & IPSET_FLAG_PHYSDEV) in hash_netiface4_uadt() 344 u32 flags = (data->physdev ? IPSET_FLAG_PHYSDEV : 0) | in hash_netiface6_data_list() 395 if (opt->cmdflags & IPSET_FLAG_PHYSDEV) { in hash_netiface6_kadt() 455 if (cadt_flags & IPSET_FLAG_PHYSDEV) in hash_netiface6_uadt()
195 IPSET_FLAG_PHYSDEV = (1 << IPSET_FLAG_BIT_PHYSDEV), enumerator