Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipsecah.c1650 boolean_t inrc, outrc, isv6; in ah_age_bytes() local
1719 inrc = sadb_age_bytes(ahstack->ah_pfkey_q, inassoc, bytes, B_TRUE); in ah_age_bytes()
1734 return (inrc && outrc); in ah_age_bytes()
H A Dipsecesp.c583 boolean_t inrc, outrc, isv6; in esp_age_bytes() local
649 inrc = sadb_age_bytes(espstack->esp_pfkey_q, inassoc, bytes, B_TRUE); in esp_age_bytes()
664 return (inrc && outrc); in esp_age_bytes()