Searched refs:CHT_SLIST_INSERT_HEAD (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/net/route/ |
H A D | nhop_utils.h | 109 #define CHT_SLIST_INSERT_HEAD(_head, _PX, _obj) do { \ macro
|
H A D | nhgrp.c | 175 CHT_SLIST_INSERT_HEAD(&ctl->gr_head, mpath, grp_priv); in link_nhgrp()
|
H A D | nhop.c | 312 CHT_SLIST_INSERT_HEAD(&ctl->nh_head, nhops, nh_priv); in link_nhop()
|
/freebsd/sys/netlink/route/ |
H A D | nexthop.c | 236 CHT_SLIST_INSERT_HEAD(&ctl->un_head, unhop, un_new); in nl_find_nhop() 939 CHT_SLIST_INSERT_HEAD(&ctl->un_head, unhop, unhop); in rtnl_handle_newnhop()
|