Searched refs:sotpi_sonodeops (Results 1 – 5 of 5) sorted by relevance
250 extern sonodeops_t sotpi_sonodeops;
591 so->so_not_str = (sops != &sotpi_sonodeops); in sonode_init()
391 ASSERT(so1->so_ops == &sotpi_sonodeops); in so_socketpair()392 ASSERT(so2->so_ops == &sotpi_sonodeops); in so_socketpair()
242 sonodeops_t sotpi_sonodeops = { variable312 sonode_init(so, sp, family, type, protocol, &sotpi_sonodeops); in sotpi_create()339 ASSERT(so->so_ops == &sotpi_sonodeops); in sotpi_destroy()
2423 so->so_ops = &sotpi_sonodeops; in so_tpi_fallback()