Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/net/
H A Dif_utun.c80 uuid_t fsw_agent; member
1156 uuid_copy(nx->fsw_agent, flowswitch->fsw_agent_uuid); in utun_flowswitch_attach()
2199 if (uuid_is_null(pcb->utun_nx.fsw_agent)) { in utun_ctl_setopt()
2204 uint32_t flags = netagent_get_flags(pcb->utun_nx.fsw_agent); in utun_ctl_setopt()
2210 result = netagent_set_flags(pcb->utun_nx.fsw_agent, flags); in utun_ctl_setopt()
2214 result = netagent_set_flags(pcb->utun_nx.fsw_agent, flags); in utun_ctl_setopt()
2433 *(int *)data = if_check_netagent(pcb->utun_ifp, pcb->utun_nx.fsw_agent); in utun_ctl_getopt()
H A Dif_ipsec.c173 uuid_t fsw_agent; member
2200 uuid_copy(nx->fsw_agent, flowswitch->fsw_agent_uuid); in ipsec_flowswitch_attach()
3293 if (uuid_is_null(pcb->ipsec_nx.fsw_agent)) { in ipsec_ctl_setopt()
3298 uint32_t flags = netagent_get_flags(pcb->ipsec_nx.fsw_agent); in ipsec_ctl_setopt()
3303 result = netagent_set_flags(pcb->ipsec_nx.fsw_agent, flags); in ipsec_ctl_setopt()
3309 result = netagent_set_flags(pcb->ipsec_nx.fsw_agent, flags); in ipsec_ctl_setopt()
3600 *(int *)data = if_check_netagent(pcb->ipsec_ifp, pcb->ipsec_nx.fsw_agent); in ipsec_ctl_getopt()