Searched defs:ngpcb (Results 1 – 2 of 2) sorted by relevance
46 struct ngpcb { struct49 LIST_ENTRY(ngpcb) socks; /* linked list of sockets */ argument50 int type; /* NG_CONTROL or NG_DATA */51 ng_ID_t node_id; /* a hint for netstat(1) to find the node */
67 struct ngpcb ngpcb; in netgraphprotopr() local