Lines 176-182
static void __nf_conntrack_helper_unregister(struct nf_conntrack_helper *me,
Link Here
|
176 |
} |
176 |
} |
177 |
|
177 |
|
178 |
/* Get rid of expecteds, set helpers to NULL. */ |
178 |
/* Get rid of expecteds, set helpers to NULL. */ |
179 |
hlist_for_each_entry(h, nn, &net->ct.unconfirmed, hnnode) |
179 |
hlist_nulls_for_each_entry(h, nn, &net->ct.unconfirmed, hnnode) |
180 |
unhelp(h, me); |
180 |
unhelp(h, me); |
181 |
for (i = 0; i < nf_conntrack_htable_size; i++) { |
181 |
for (i = 0; i < nf_conntrack_htable_size; i++) { |
182 |
hlist_nulls_for_each_entry(h, nn, &net->ct.hash[i], hnnode) |
182 |
hlist_nulls_for_each_entry(h, nn, &net->ct.hash[i], hnnode) |