Home
last modified time | relevance | path

Searched full:hash_link (Results 1 – 2 of 2) sorted by relevance

/titanic_53/usr/src/uts/common/inet/
H A Dipsec_impl.h192 #define HASH_LINK(fieldname, type) \ macro
279 HASH_LINK(ipa_hash, struct ipsec_action_s);
390 HASH_LINK(ipsl_hash, struct ipsec_sel);
406 HASH_LINK(ipsp_hash, struct ipsec_policy_s);
/titanic_53/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dif.c76 hash_link((htbl), (htbl)->htbl_hash((strp), (htbl)->htbl_key_off), \
204 hash_link(struct htbl *htbl, uint_t hval, void *strp) in hash_link() function