Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/net/
H A Dif_utun.c134 bool utun_attach_fsw; member
1615 pcb->utun_attach_fsw = true; in utun_ctl_bind()
1696 if (pcb->utun_attach_fsw) { in utun_ctl_connect()
2230 pcb->utun_attach_fsw = !!(*(int *)data); in utun_ctl_setopt()
3135 if (pcb->utun_attach_fsw) { in utun_nexus_disconnected()