Lines Matching refs:mh
55 nd_uint16_t ip6m_cksum; /* sum of IPv6 pseudo-header and MH */
194 const struct ip6_mobility *mh;
201 mh = (const struct ip6_mobility *)bp;
203 pproto = GET_U_1(mh->ip6m_pproto);
208 mhlen = (GET_U_1(mh->ip6m_len) + 1) << 3;
212 type = GET_U_1(mh->ip6m_type);
235 ND_PRINT(" nonce id=0x%x", GET_BE_U_2(mh->ip6m_data16[0]));
255 ND_PRINT(" seq#=%u", GET_BE_U_2(mh->ip6m_data16[0]));
274 ND_PRINT(" status=%u", GET_U_1(mh->ip6m_data8[0]));
275 if (GET_U_1(mh->ip6m_data8[1]) & 0x80)
286 ND_PRINT(" status=%u", GET_U_1(mh->ip6m_data8[0]));
293 ND_PRINT(" len=%u", GET_U_1(mh->ip6m_len));