Searched refs:ngpcb (Results 1 – 4 of 4) sorted by relevance
| /f-stack/tools/netstat/ |
| H A D | netgraph.c | 70 struct ngpcb *this, *next; in netgraphprotopr() 71 struct ngpcb ngpcb; in netgraphprotopr() local 96 kread((u_long)this, (char *)&ngpcb, sizeof(ngpcb)); in netgraphprotopr() 97 next = LIST_NEXT(&ngpcb, socks); in netgraphprotopr() 100 kread((u_long)ngpcb.ng_socket, (char *)&sockb, sizeof(sockb)); in netgraphprotopr() 103 if (strcmp(name, "ctrl") == 0 && ngpcb.type != NG_CONTROL) in netgraphprotopr() 105 if (strcmp(name, "data") == 0 && ngpcb.type != NG_DATA) in netgraphprotopr() 128 if (ngpcb.node_id == 0 || csock == -1) in netgraphprotopr() 130 snprintf(path, sizeof(path), "[%x]:", ngpcb.node_id); in netgraphprotopr()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_socket.c | 159 static LIST_HEAD(, ngpcb) ngsocklist; 198 struct ngpcb *const pcbp = sotongpcb(so); in ngc_attach() 212 struct ngpcb *const pcbp = sotongpcb(so); in ngc_detach() 222 struct ngpcb *const pcbp = sotongpcb(so); in ngc_send() 368 struct ngpcb *const pcbp = sotongpcb(so); in ngc_bind() 393 struct ngpcb *const pcbp = sotongpcb(so); in ngd_attach() 501 struct ngpcb *pcbp; in ng_getsockaddr() 546 struct ngpcb *pcbp; in ng_attach_cntl() 601 struct ngpcb *pcbp; in ng_attach_common() 894 struct ngpcb *pcbp; in ngs_rcvmsg() [all …]
|
| H A D | ng_socketvar.h | 48 struct ngpcb { struct 51 LIST_ENTRY(ngpcb) socks; /* linked list of sockets */ argument
|
| /f-stack/tools/compat/include/netgraph/ |
| H A D | ng_socketvar.h | 48 struct ngpcb { struct 51 LIST_ENTRY(ngpcb) socks; /* linked list of sockets */ argument
|