Home
last modified time | relevance | path

Searched refs:MLD_V1_QUERY_LEN (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/net/ipv6/
Dmcast.c104 #define MLD_V1_QUERY_LEN 24 macro
1377 if (len < MLD_V1_QUERY_LEN) { in igmp6_event_query()
1379 } else if (len == MLD_V1_QUERY_LEN || mld_in_v1_mode(idev)) { in igmp6_event_query()
1381 len == MLD_V1_QUERY_LEN); in igmp6_event_query()