Searched refs:cookie_entry (Results 1 – 2 of 2) sorted by relevance
89 struct cookie_entry { struct102 static struct cookie_entry * create_cookie(cookie_t cookie) in create_cookie() argument105 struct cookie_entry * entry = xmalloc(sizeof(struct cookie_entry)); in create_cookie()137 struct cookie_entry * entry; in find_cookie()143 entry = list_entry(pos, struct cookie_entry, list); in find_cookie()160 struct cookie_entry * entry; in is_cookie_ignored()166 entry = list_entry(pos, struct cookie_entry, list); in is_cookie_ignored()182 struct cookie_entry * entry; in verbose_cookie()191 entry = list_entry(pos, struct cookie_entry, list); in verbose_cookie()
690 * daemon/opd_cookie.c: set it a cookie_entry creation.