Home
last modified time | relevance | path

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

/linux-6.1.9/net/ipv6/
Dmcast.c100 #define MLD_V1_QUERY_LEN 24 macro
1437 if (len < MLD_V1_QUERY_LEN) { in __mld_query_work()
1439 } else if (len == MLD_V1_QUERY_LEN || mld_in_v1_mode(idev)) { in __mld_query_work()
1441 len == MLD_V1_QUERY_LEN); in __mld_query_work()