Searched refs:mtuctl (Results 1 – 2 of 2) sorted by relevance
2200 struct ip6_mtuinfo mtuctl; in get_pathmtu() local2210 memcpy(&mtuctl, CMSG_DATA(cm), sizeof(mtuctl)); in get_pathmtu()2220 if (!IN6_ARE_ADDR_EQUAL(&mtuctl.ip6m_addr.sin6_addr, in get_pathmtu()2222 (mtuctl.ip6m_addr.sin6_scope_id && in get_pathmtu()2224 mtuctl.ip6m_addr.sin6_scope_id != in get_pathmtu()2229 pr_addr((struct sockaddr *)&mtuctl.ip6m_addr, in get_pathmtu()2230 sizeof(mtuctl.ip6m_addr))); in get_pathmtu()2239 if (mtuctl.ip6m_mtu < IPV6_MMTU) in get_pathmtu()2243 return((int)mtuctl.ip6m_mtu); in get_pathmtu()
1560 struct ip6_mtuinfo mtuctl; in ip6_notify_pmtu() 1577 mtuctl.ip6m_mtu = mtu; in ip6_notify_pmtu() 1578 mtuctl.ip6m_addr = *dst; in ip6_notify_pmtu() 1579 if (sa6_recoverscope(&mtuctl.ip6m_addr)) in ip6_notify_pmtu() 1582 if ((m_mtu = sbcreatecontrol(&mtuctl, sizeof(mtuctl), IPV6_PATHMTU, in ip6_notify_pmtu() 1549 struct ip6_mtuinfo mtuctl; ip6_notify_pmtu() local