Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_one2many.c92 static void ng_one2many_notify(priv_p priv, uint32_t cmd);
576 ng_one2many_notify(priv, NGM_LINK_IS_DOWN); in ng_one2many_update_many()
579 ng_one2many_notify(priv, NGM_LINK_IS_UP); in ng_one2many_update_many()
601 ng_one2many_notify(priv_p priv, uint32_t cmd) in ng_one2many_notify() function