Searched refs:attach_fsw (Results 1 – 1 of 1) sorted by relevance
1075 int enable_netif, attach_fsw, enable_channel; in sktu_create_interface() local1092 attach_fsw = ((flags & SKTU_IFF_NO_ATTACH_FSW) != 0) ? 0 : 1; in sktu_create_interface()1153 error = setsockopt(tunsock, SYSPROTO_CONTROL, OPT_ATTACH_FSW, &attach_fsw, sizeof(attach_fsw)); in sktu_create_interface()