Searched refs:outrc (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | ipsecah.c | 1651 boolean_t inrc, outrc, isv6; in ah_age_bytes() local 1721 outrc = sadb_age_bytes(ahstack->ah_pfkey_q, outassoc, bytes, B_FALSE); in ah_age_bytes() 1735 return (inrc && outrc); in ah_age_bytes()
|
H A D | ipsecesp.c | 652 boolean_t inrc, outrc, isv6; in esp_age_bytes() local 719 outrc = sadb_age_bytes(espstack->esp_pfkey_q, outassoc, bytes, B_FALSE); in esp_age_bytes() 733 return (inrc && outrc); in esp_age_bytes()
|