Searched refs:inrc (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | ipsecah.c | 1651 boolean_t inrc, outrc, isv6; in ah_age_bytes() local 1720 inrc = sadb_age_bytes(ahstack->ah_pfkey_q, inassoc, bytes, B_TRUE); 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 718 inrc = sadb_age_bytes(espstack->esp_pfkey_q, inassoc, bytes, B_TRUE); in esp_age_bytes() 733 return (inrc && outrc); in esp_age_bytes()
|