Searched refs:mtuctl (Results 1 – 2 of 2) sorted by relevance
2202 struct ip6_mtuinfo mtuctl; in get_pathmtu() local2212 memcpy(&mtuctl, CMSG_DATA(cm), sizeof(mtuctl)); in get_pathmtu()2222 if (!IN6_ARE_ADDR_EQUAL(&mtuctl.ip6m_addr.sin6_addr, in get_pathmtu()2224 (mtuctl.ip6m_addr.sin6_scope_id && in get_pathmtu()2226 mtuctl.ip6m_addr.sin6_scope_id != in get_pathmtu()2231 pr_addr((struct sockaddr *)&mtuctl.ip6m_addr, in get_pathmtu()2232 sizeof(mtuctl.ip6m_addr))); in get_pathmtu()2241 if (mtuctl.ip6m_mtu < IPV6_MMTU) in get_pathmtu()2245 return((int)mtuctl.ip6m_mtu); in get_pathmtu()
1514 struct ip6_mtuinfo mtuctl; in ip6_notify_pmtu() local1531 mtuctl.ip6m_mtu = mtu; in ip6_notify_pmtu()1532 mtuctl.ip6m_addr = *dst; in ip6_notify_pmtu()1533 if (sa6_recoverscope(&mtuctl.ip6m_addr)) in ip6_notify_pmtu()1536 if ((m_mtu = sbcreatecontrol(&mtuctl, sizeof(mtuctl), IPV6_PATHMTU, in ip6_notify_pmtu()