Searched refs:key_sp_refcnt (Results 1 – 4 of 4) sorted by relevance
/netbsd/sys/netipsec/ |
H A D | key.h | 67 u_int key_sp_refcnt(const struct secpolicy *);
|
H A D | ipsec.c | 255 key_sp_refcnt(sp), pcbsp->sp_cache[dir].cachesp); in ipsec_checkpcbcache() 382 sp, key_sp_refcnt(sp)); in key_get_default_sp() 518 pcbsp->priv, currsp->policy, sp, key_sp_refcnt(sp)); in ipsec_getpolicybysock()
|
H A D | key_debug.c | 450 key_sp_refcnt(sp), sp->state, sp->policy); in kdebug_secpolicy()
|
H A D | key.c | 867 key_sp_refcnt(const struct secpolicy *sp) in key_sp_refcnt() function 982 sp, sp ? sp->id : 0, key_sp_refcnt(sp)); in key_lookup_sp_byspidx() 1059 sp, sp ? sp->id : 0, key_sp_refcnt(sp)); in key_gettunnel() 1421 sp, sp->id, where, tag, key_sp_refcnt(sp)); in key_sp_ref() 1436 sp, sp->id, where, tag, key_sp_refcnt(sp)); in key_sp_unref() 3063 key_sp_refcnt(sp), M_WAITOK); in key_setdumpsp()
|