Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif_utun.c80 uuid_t fsw_agent; member
1157 uuid_copy(nx->fsw_agent, flowswitch->fsw_agent_uuid); in utun_flowswitch_attach()
2196 if (uuid_is_null(pcb->utun_nx.fsw_agent)) { in utun_ctl_setopt()
2201 uint32_t flags = netagent_get_flags(pcb->utun_nx.fsw_agent); in utun_ctl_setopt()
2207 result = netagent_set_flags(pcb->utun_nx.fsw_agent, flags); in utun_ctl_setopt()
2211 result = netagent_set_flags(pcb->utun_nx.fsw_agent, flags); in utun_ctl_setopt()
2430 *(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
2201 uuid_copy(nx->fsw_agent, flowswitch->fsw_agent_uuid); in ipsec_flowswitch_attach()
3290 if (uuid_is_null(pcb->ipsec_nx.fsw_agent)) { in ipsec_ctl_setopt()
3295 uint32_t flags = netagent_get_flags(pcb->ipsec_nx.fsw_agent); in ipsec_ctl_setopt()
3300 result = netagent_set_flags(pcb->ipsec_nx.fsw_agent, flags); in ipsec_ctl_setopt()
3306 result = netagent_set_flags(pcb->ipsec_nx.fsw_agent, flags); in ipsec_ctl_setopt()
3597 *(int *)data = if_check_netagent(pcb->ipsec_ifp, pcb->ipsec_nx.fsw_agent); in ipsec_ctl_getopt()