Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/netfilter_ipv4/
Dlisthelp.h53 __list_cmp_same(const void *p1, const void *p2) { return p1 == p2; } in __list_cmp_same() function
59 return LIST_FIND(head, __list_cmp_same, void *, entry) != NULL; in list_inlist()