Searched refs:find_inlist_lock (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/netfilter/
H A Debtables.c294 #define find_inlist_lock(h,n,p,e,m) find_inlist_lock_noload((h),(n),(e),(m)) macro
297 find_inlist_lock(struct list_head *head, const char *name, const char *prefix, function
314 return find_inlist_lock(&ebt_tables, name, "ebtable_", error, mutex);
320 return find_inlist_lock(&ebt_matches, name, "ebt_", error, mutex);
326 return find_inlist_lock(&ebt_watchers, name, "ebt_", error, mutex);
332 return find_inlist_lock(&ebt_targets, name, "ebt_", error, mutex);

Completed in 80 milliseconds