Searched refs:IPS_HELPER_BIT (Results 1 – 5 of 5) sorted by relevance
| /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/ |
| H A D | nf_conntrack_common.h | 97 IPS_HELPER_BIT = 13, enumerator 98 IPS_HELPER = (1 << IPS_HELPER_BIT),
|
| /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/ |
| H A D | nf_conntrack_common.h | 97 IPS_HELPER_BIT = 13, enumerator 98 IPS_HELPER = (1 << IPS_HELPER_BIT),
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/netfilter/ |
| H A D | nf_conntrack_common.h | 110 IPS_HELPER_BIT = 13, enumerator 111 IPS_HELPER = (1 << IPS_HELPER_BIT),
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_conntrack_helper.c | 245 if (test_bit(IPS_HELPER_BIT, &ct->status)) in __nf_ct_try_assign_helper() 252 set_bit(IPS_HELPER_BIT, &ct->status); in __nf_ct_try_assign_helper()
|
| H A D | nft_ct.c | 1096 if (test_bit(IPS_HELPER_BIT, &ct->status)) in nft_ct_helper_obj_eval() 1102 set_bit(IPS_HELPER_BIT, &ct->status); in nft_ct_helper_obj_eval()
|