Searched refs:ng_hook (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/netgraph/bluetooth/include/
H A Dng_btsocket_sco.h41 struct ng_hook;
49 struct ng_hook *hook; /* downstream hook */
H A Dng_btsocket_l2cap.h41 struct ng_hook;
46 struct ng_hook *hook; /* downstream hook */
/freebsd-11-stable/sys/netgraph/
H A Dnetgraph.h85 struct ng_hook ;
90 typedef struct ng_hook *hook_p;
110 struct ng_hook { struct
115 struct ng_hook *hk_peer; /* the other end of this link */
117 LIST_ENTRY(ng_hook) hk_hooks; /* linked list of all hooks on node */
126 SLIST_ENTRY(ng_hook) hk_all; /* all existing items */
367 LIST_HEAD(hooks, ng_hook) nd_hooks; /* linked list of node hooks */
H A Dng_device.c92 struct ng_hook *hook;
H A Dng_base.c91 static SLIST_HEAD(, ng_hook) ng_allhooks;
92 static LIST_HEAD(, ng_hook) ng_freehooks; /* in debug, we never free() them */
146 struct ng_hook ng_deadhook = {
296 SLIST_ENTRY(ng_hook) temp;
302 bzero(hook, sizeof(struct ng_hook));
/freebsd-11-stable/sys/dev/lmc/
H A Dif_lmc.c2617 if (sc->ng_hook != NULL) /* is hook connected? */
2620 NG_SEND_DATA_ONLY(error, sc->ng_hook, first_mbuf);
2882 if ((sc->ng_hook != NULL) && (sc->tx_mbuf == NULL))
3660 if (sc->ng_hook != NULL)
3706 if (sc->ng_hook != NULL)
3997 if (sc->ng_hook != NULL) return EBUSY;
4000 sc->ng_hook = hook;
4078 sc->ng_hook = NULL;
H A Dif_lmc.h1090 hook_p ng_hook; /* non-zero means NETGRAPH owns device */
1089 hook_p ng_hook; /* non-zero means NETGRAPH owns device */ member in struct:softc

Completed in 206 milliseconds