Home
last modified time | relevance | path

Searched refs:CHT_SLIST_DEFINE (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/net/route/
H A Dnhop_var.h44 CHT_SLIST_DEFINE(nhops, struct nhop_priv);
54 CHT_SLIST_DEFINE(nhgroups, struct nhgrp_priv);
H A Dnhop_utils.h70 #define CHT_SLIST_DEFINE(_HNAME, _ITEM_TYPE) \ macro