Searched refs:mldv2_query (Results 1 – 2 of 2) sorted by relevance
73 struct mldv2_query { struct81 #define MLD_V2_QUERY_MINLEN sizeof(struct mldv2_query) argument
1041 struct mldv2_query *mld; in mld_v2_input_query()1073 mld = (struct mldv2_query *)(mtod(m, uint8_t *) + off); in mld_v2_input_query()1103 if (icmp6len < sizeof(struct mldv2_query) + in mld_v2_input_query()1241 struct mldv2_query *mld; in mld_v2_process_group_query()1248 mld = (struct mldv2_query *)(mtod(m0, uint8_t *) + off); in mld_v2_process_group_query()1312 soff = off + sizeof(struct mldv2_query); in mld_v2_process_group_query()1525 icmp6len >= sizeof(struct mldv2_query)) { in mld_input()1526 mldlen = sizeof(struct mldv2_query); in mld_input()1550 } else if (icmp6len >= sizeof(struct mldv2_query)) { in mld_input()