Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/netfilter/ipset/
H A Dip_set_hash_netiface.c110 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()
347 u32 flags = (data->physdev ? IPSET_FLAG_PHYSDEV : 0) | in hash_netiface6_data_list()
398 if (opt->cmdflags & IPSET_FLAG_PHYSDEV) { in hash_netiface6_kadt()
458 if (cadt_flags & IPSET_FLAG_PHYSDEV) in hash_netiface6_uadt()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/netfilter/ipset/
H A Dip_set.h193 IPSET_FLAG_PHYSDEV = (1 << IPSET_FLAG_BIT_PHYSDEV), enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/netfilter/ipset/
H A Dip_set.h193 IPSET_FLAG_PHYSDEV = (1 << IPSET_FLAG_BIT_PHYSDEV), enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/netfilter/ipset/
H A Dip_set.h197 IPSET_FLAG_PHYSDEV = (1 << IPSET_FLAG_BIT_PHYSDEV), enumerator