Searched refs:nf_ct_evict (Results 1 – 1 of 1) sorted by relevance
888 struct nf_conn *nf_ct_evict[8]; in ctnetlink_dump_table() local900 if (nf_ct_should_gc(nf_ct_evict[i])) in ctnetlink_dump_table()901 nf_ct_kill(nf_ct_evict[i]); in ctnetlink_dump_table()902 nf_ct_put(nf_ct_evict[i]); in ctnetlink_dump_table()917 if (i < ARRAY_SIZE(nf_ct_evict) && in ctnetlink_dump_table()919 nf_ct_evict[i++] = ct; in ctnetlink_dump_table()971 if (nf_ct_should_gc(nf_ct_evict[i])) in ctnetlink_dump_table()972 nf_ct_kill(nf_ct_evict[i]); in ctnetlink_dump_table()973 nf_ct_put(nf_ct_evict[i]); in ctnetlink_dump_table()