Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif_ipsec.c244 #define IPSEC_FLAGS_KPIPE_ALLOCATED 1 macro
658 if (!ipsec_flag_isset(pcb, IPSEC_FLAGS_KPIPE_ALLOCATED)) { in ipsec_kpipe_sync_tx()
798 if (!ipsec_flag_isset(pcb, IPSEC_FLAGS_KPIPE_ALLOCATED)) { in ipsec_kpipe_sync_rx()
1198 ipsec_flag_isset(pcb, IPSEC_FLAGS_KPIPE_ALLOCATED)) { in ipsec_netif_sync_tx()
2359 if (!ipsec_flag_isset(pcb, IPSEC_FLAGS_KPIPE_ALLOCATED)) { in ipsec_detach_channels()
2391 ipsec_flag_clr(pcb, IPSEC_FLAGS_KPIPE_ALLOCATED); in ipsec_detach_channels()
2429 VERIFY(!ipsec_flag_isset(pcb, IPSEC_FLAGS_KPIPE_ALLOCATED)); in ipsec_enable_channel()
2511 ipsec_flag_set(pcb, IPSEC_FLAGS_KPIPE_ALLOCATED); in ipsec_enable_channel()
3615 if (!ipsec_flag_isset(pcb, IPSEC_FLAGS_KPIPE_ALLOCATED)) { in ipsec_ctl_getopt()