Searched refs:nf_ct_evict (Results 1 – 1 of 1) sorted by relevance
1130 struct nf_conn *nf_ct_evict[8]; in ctnetlink_dump_table() local1142 if (nf_ct_should_gc(nf_ct_evict[i])) in ctnetlink_dump_table()1143 nf_ct_kill(nf_ct_evict[i]); in ctnetlink_dump_table()1144 nf_ct_put(nf_ct_evict[i]); in ctnetlink_dump_table()1159 if (i < ARRAY_SIZE(nf_ct_evict) && in ctnetlink_dump_table()1161 nf_ct_evict[i++] = ct; in ctnetlink_dump_table()1206 if (nf_ct_should_gc(nf_ct_evict[i])) in ctnetlink_dump_table()1207 nf_ct_kill(nf_ct_evict[i]); in ctnetlink_dump_table()1208 nf_ct_put(nf_ct_evict[i]); in ctnetlink_dump_table()