Home
last modified time | relevance | path

Searched refs:keystack (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/inet/ip/
H A Dkeysock.c140 #define ks1dbg(keystack, a) if (keystack->keystack_debug != 0) printf a argument
141 #define ks2dbg(keystack, a) if (keystack->keystack_debug > 1) printf a argument
142 #define ks3dbg(keystack, a) if (keystack->keystack_debug > 2) printf a argument
201 keysock_stack_t *keystack = ns->netstack_keysock; in keysock_plumb_ipsec() local
208 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; local
328 mutex_enter(&keystack->keystack_param_lock);
[all …]