Home
last modified time | relevance | path

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

/linux/include/net/
H A Dcipso_ipv4.h105 extern int cipso_v4_cache_bucketsize;
/linux/net/ipv4/
H A Dcipso_ipv4.c52 int cipso_v4_cache_bucketsize = 10; variable
299 int bkt_size = READ_ONCE(cipso_v4_cache_bucketsize); in cipso_v4_cache_add()