Lines Matching defs:key
110 static __inline__ fn_hash_idx_t fn_hash(fn_key_t key, struct fn_zone *fz) in fn_hash()
120 #define fz_key_0(key) ((key).datum = 0) argument
121 #define fz_prefix(key,fz) ((key).datum) argument
130 static __inline__ struct fib_node ** fz_chain_p(fn_key_t key, struct fn_zone *fz) in fz_chain_p()
135 static __inline__ struct fib_node * fz_chain(fn_key_t key, struct fn_zone *fz) in fz_chain()
293 fn_hash_lookup(struct fib_table *tb, const struct rt_key *key, struct fib_result *res) in fn_hash_lookup()
365 fn_hash_select_default(struct fib_table *tb, const struct rt_key *key, struct fib_result *res) in fn_hash_select_default()
440 #define FIB_SCAN_KEY(f, fp, key) \ argument
444 #define FIB_SCAN_TOS(f, fp, key, tos) FIB_SCAN_KEY(f, fp, key) argument
446 #define FIB_SCAN_TOS(f, fp, key, tos) \ argument
470 fn_key_t key; in fn_hash_insert() local
643 fn_key_t key; in fn_hash_delete() local