Searched refs:mtuctl (Results 1 – 1 of 1) sorted by relevance
2107 struct ip6_mtuinfo mtuctl; in ip6_notify_pmtu() local2128 bzero(&mtuctl, sizeof(mtuctl)); /* zero-clear for safety */ in ip6_notify_pmtu()2129 mtuctl.ip6m_mtu = *mtu; in ip6_notify_pmtu()2130 mtuctl.ip6m_addr = *dst; in ip6_notify_pmtu()2132 mtuctl.ip6m_addr.sin6_scope_id = dst->sin6_scope_id; in ip6_notify_pmtu()2134 if (sa6_recoverscope(&mtuctl.ip6m_addr, TRUE)) { in ip6_notify_pmtu()2138 if ((m_mtu = sbcreatecontrol((caddr_t)&mtuctl, sizeof(mtuctl), in ip6_notify_pmtu()