Searched defs:ngsock (Results 1 – 1 of 1) sorted by relevance
177 struct ngsock { struct178 struct ng_node *node; /* the associated netgraph node */179 struct ngpcb *datasock; /* optional data socket */180 struct ngpcb *ctlsock; /* optional control socket */181 struct ngshash *hash; /* hash for hook names */182 u_long hmask; /* hash mask */183 int flags;184 int refs;185 struct mtx mtx; /* mtx to wait on */186 int error; /* place to store error */