Searched refs:utun_is_keepalive_fn (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netkey/
H A Dkeydb.h112 utun_is_keepalive_func utun_is_keepalive_fn; member in struct:secasvar
/darwin-on-arm/xnu/bsd/net/
H A Dif_utun_crypto_ipsec.c230 sav->utun_is_keepalive_fn = NULL;
357 (*sav)->utun_is_keepalive_fn = (__typeof__((*sav)->utun_is_keepalive_fn))utun_pkt_is_ipsec_keepalive;
372 (*sav)->utun_is_keepalive_fn = NULL;
/darwin-on-arm/xnu/bsd/netinet6/
H A Desp_input.c455 if (sav->utun_is_keepalive_fn) {
456 if (sav->utun_is_keepalive_fn(sav->utun_pcb, &m, nxt, sav->flags, (off + esplen + ivlen))) {
970 if (sav->utun_is_keepalive_fn) {
971 if (sav->utun_is_keepalive_fn(sav->utun_pcb, &m, nxt, sav->flags, (off + esplen + ivlen))) {

Completed in 76 milliseconds