Searched refs:ng_detach_common (Results 1 – 1 of 1) sorted by relevance
126 static void ng_detach_common(struct ngpcb *pcbp, int type);215 ng_detach_common(pcbp, NG_CONTROL); in ngc_detach()406 ng_detach_common(pcbp, NG_DATA); in ngd_detach()557 ng_detach_common(pcbp, NG_CONTROL); in ng_attach_cntl()631 ng_detach_common(struct ngpcb *pcbp, int which) in ng_detach_common() function