Searched refs:pwctl (Results 1 – 1 of 1) sorted by relevance
493 static struct ctl_pw pwctl; in l2vpn_pw_ctl() local497 memset(&pwctl, 0, sizeof(pwctl)); in l2vpn_pw_ctl()498 strlcpy(pwctl.ifname, pw->ifname, in l2vpn_pw_ctl()499 sizeof(pwctl.ifname)); in l2vpn_pw_ctl()500 pwctl.pwid = pw->pwid; in l2vpn_pw_ctl()501 pwctl.lsr_id = pw->lsr_id; in l2vpn_pw_ctl()502 pwctl.status = pw->flags & F_PW_STATUS_UP; in l2vpn_pw_ctl()505 pid, &pwctl, sizeof(pwctl)); in l2vpn_pw_ctl()516 static struct ctl_pw pwctl; in l2vpn_binding_ctl() local527 memset(&pwctl, 0, sizeof(pwctl)); in l2vpn_binding_ctl()[all …]