Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_socket.c126 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