Symbol: ngd_connection
sys/netgraph/ng_device.c
227
struct ngd_connection *tmp = NULL;
sys/netgraph/ng_device.c
267
struct ngd_connection * new_connection = NULL;
sys/netgraph/ng_device.c
273
new_connection = kmalloc(sizeof(struct ngd_connection), M_DEVBUF, M_NOWAIT);
sys/netgraph/ng_device.c
290
SLIST_REMOVE(&sc->head, new_connection, ngd_connection, links);
sys/netgraph/ng_device.c
300
SLIST_REMOVE(&sc->head, new_connection, ngd_connection, links);
sys/netgraph/ng_device.c
337
struct ngd_connection * connection = NULL;
sys/netgraph/ng_device.c
338
struct ngd_connection * tmp;
sys/netgraph/ng_device.c
389
struct ngd_connection * connection = NULL;
sys/netgraph/ng_device.c
390
struct ngd_connection * tmp;
sys/netgraph/ng_device.c
411
SLIST_REMOVE(&sc->head, connection, ngd_connection, links);
sys/netgraph/ng_device.c
454
struct ngd_connection * connection = NULL;
sys/netgraph/ng_device.c
455
struct ngd_connection * tmp;
sys/netgraph/ng_device.c
511
struct ngd_connection * connection = NULL;
sys/netgraph/ng_device.c
512
struct ngd_connection * tmp;
sys/netgraph/ng_device.c
565
struct ngd_connection * connection = NULL;
sys/netgraph/ng_device.c
566
struct ngd_connection * tmp;
sys/netgraph/ng_device.c
611
struct ngd_connection * connection = NULL;
sys/netgraph/ng_device.c
612
struct ngd_connection * tmp;
sys/netgraph/ng_device.c
85
SLIST_ENTRY(ngd_connection) links;
sys/netgraph/ng_device.c
96
SLIST_HEAD(, ngd_connection) head;
sys/netgraph7/ng_device.c
375
struct ngd_connection * connection = NULL;
sys/netgraph7/ng_device.c
376
struct ngd_connection * tmp;