Searched refs:LIST_FIND_W (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/include/linux/netfilter_ipv4/ |
D | listhelp.h | 25 #define LIST_FIND_W(head, cmpfn, type, args...) \ macro
|
/linux-2.4.37.9/net/ipv4/netfilter/ |
D | ip_conntrack_core.c | 1173 LIST_FIND_W(&unconfirmed, unhelp, struct ip_conntrack_tuple_hash*, me); in ip_conntrack_helper_unregister() 1175 LIST_FIND_W(&ip_conntrack_hash[i], unhelp, in ip_conntrack_helper_unregister() 1283 h = LIST_FIND_W(&ip_conntrack_hash[*bucket], do_iter, in get_next_corpse() 1289 h = LIST_FIND_W(&unconfirmed, do_iter, in get_next_corpse()
|