Searched defs:_obj (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/net/route/ |
| H A D | nhop_utils.h | 85 #define CHT_GET_BUCK_OBJ(_head, _PX, _obj) _PX##_hash_obj(_obj) & ((_head)->hash_size - 1) argument 102 #define CHT_SLIST_FIND_BYOBJ(_head, _PX, _obj, _ret) do { \ argument 111 #define CHT_SLIST_INSERT_HEAD(_head, _PX, _obj) do { \ argument 136 #define CHT_SLIST_REMOVE_BYOBJ(_head, _PX, _obj, _ret) do { \ argument
|
| H A D | nhgrp_var.h | 42 #define mpath_hash_obj(_obj) (hash_nhgrp(_obj)) argument 46 #define mpath_next(_obj) (_obj)->nhg_priv_next argument
|
| H A D | nhop_var.h | 46 #define nhops_hash_obj(_obj) hash_priv(_obj) argument 50 #define nhops_next(_obj) (_obj)->nh_next argument
|