Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dif_ipsec.c244 #define IPSEC_FLAGS_KPIPE_ALLOCATED 1 macro
657 if (!ipsec_flag_isset(pcb, IPSEC_FLAGS_KPIPE_ALLOCATED)) { in ipsec_kpipe_sync_tx()
797 if (!ipsec_flag_isset(pcb, IPSEC_FLAGS_KPIPE_ALLOCATED)) { in ipsec_kpipe_sync_rx()
1197 ipsec_flag_isset(pcb, IPSEC_FLAGS_KPIPE_ALLOCATED)) { in ipsec_netif_sync_tx()
2358 if (!ipsec_flag_isset(pcb, IPSEC_FLAGS_KPIPE_ALLOCATED)) { in ipsec_detach_channels()
2390 ipsec_flag_clr(pcb, IPSEC_FLAGS_KPIPE_ALLOCATED); in ipsec_detach_channels()
2428 VERIFY(!ipsec_flag_isset(pcb, IPSEC_FLAGS_KPIPE_ALLOCATED)); in ipsec_enable_channel()
2510 ipsec_flag_set(pcb, IPSEC_FLAGS_KPIPE_ALLOCATED); in ipsec_enable_channel()
3618 if (!ipsec_flag_isset(pcb, IPSEC_FLAGS_KPIPE_ALLOCATED)) { in ipsec_ctl_getopt()