Searched refs:keystack (Results 1 – 1 of 1) sorted by relevance
140 #define ks1dbg(keystack, a) if (keystack->keystack_debug != 0) printf a argument141 #define ks2dbg(keystack, a) if (keystack->keystack_debug > 1) printf a argument142 #define ks3dbg(keystack, a) if (keystack->keystack_debug > 2) printf a argument201 keysock_stack_t *keystack = ns->netstack_keysock; in keysock_plumb_ipsec() local208 keystack->keystack_plumbed = 0; /* we're trying again.. */ in keysock_plumb_ipsec()211 keystack->keystack_netstack->netstack_stackid)); in keysock_plumb_ipsec()301 keystack->keystack_plumbed = (err == 0) ? 1 : -1; in keysock_plumb_ipsec()309 keystack->keystack_plumbed); in keysock_plumb_ipsec()326 keysock_stack_t *keystack = ks->keysock_keystack; local328 mutex_enter(&keystack->keystack_param_lock);[all …]