Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_one2many.c90 static void ng_one2many_notify(priv_p priv, uint32_t cmd);
574 ng_one2many_notify(priv, NGM_LINK_IS_DOWN); in ng_one2many_update_many()
577 ng_one2many_notify(priv, NGM_LINK_IS_UP); in ng_one2many_update_many()
599 ng_one2many_notify(priv_p priv, uint32_t cmd) in ng_one2many_notify() function