Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/netfilter/ipset/
A Dip_set_hash_netiface.c111 u32 flags = (data->physdev ? IPSET_FLAG_PHYSDEV : 0) | in hash_netiface4_data_list()
178 if (opt->cmdflags & IPSET_FLAG_PHYSDEV) { in hash_netiface4_kadt()
234 if (cadt_flags & IPSET_FLAG_PHYSDEV) in hash_netiface4_uadt()
345 u32 flags = (data->physdev ? IPSET_FLAG_PHYSDEV : 0) | in hash_netiface6_data_list()
396 if (opt->cmdflags & IPSET_FLAG_PHYSDEV) { in hash_netiface6_kadt()
456 if (cadt_flags & IPSET_FLAG_PHYSDEV) in hash_netiface6_uadt()
/linux-6.3-rc2/include/uapi/linux/netfilter/ipset/
A Dip_set.h195 IPSET_FLAG_PHYSDEV = (1 << IPSET_FLAG_BIT_PHYSDEV), enumerator

Completed in 5 milliseconds