Searched defs:ngpcb (Results 1 – 3 of 3) sorted by relevance
48 struct ngpcb { struct51 LIST_ENTRY(ngpcb) socks; /* linked list of sockets */ argument52 int type; /* NG_CONTROL or NG_DATA */53 ng_ID_t node_id; /* a hint for netstat(1) to find the node */
71 struct ngpcb ngpcb; in netgraphprotopr() local