Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dmld.h17 #define mld_maxdelay mld_hdr.icmp6_maxdelay macro
/openbmc/linux/net/bridge/
H A Dbr_multicast.c1179 mldq->mld_maxdelay = htons((u16)jiffies_to_msecs(interval)); in br_ip6_multicast_alloc_query()
3532 max_delay = msecs_to_jiffies(ntohs(mld->mld_maxdelay)); in br_ip6_multicast_query()
/openbmc/linux/net/ipv6/
H A Dmcast.c1322 mldv1_md = ntohs(mld->mld_maxdelay); in mld_process_v1()