Searched refs:isquery (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | igmp.c | 468 int scount, stotal, first, isquery, truncate; in add_grec() local 481 isquery = type == IGMPV3_MODE_IS_INCLUDE || in add_grec() 526 if (isquery) in add_grec() 571 if (pmc->crcount || isquery) { in add_grec() 583 if (isquery) in add_grec()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | mcast.c | 1732 int scount, stotal, first, isquery, truncate; in add_grec() local 1742 isquery = type == MLD2_MODE_IS_INCLUDE || in add_grec() 1787 if (isquery) in add_grec() 1832 if (pmc->mca_crcount || isquery || crsend) { in add_grec() 1844 if (isquery) in add_grec()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | igmp.c | 468 int scount, stotal, first, isquery, truncate; in add_grec() local 481 isquery = type == IGMPV3_MODE_IS_INCLUDE || in add_grec() 526 if (isquery) in add_grec() 571 if (pmc->crcount || isquery) { in add_grec() 583 if (isquery) in add_grec()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | mcast.c | 1872 int scount, stotal, first, isquery, truncate; in add_grec() local 1887 isquery = type == MLD2_MODE_IS_INCLUDE || in add_grec() 1934 if (isquery) in add_grec() 1981 if (pmc->mca_crcount || isquery || crsend) { in add_grec() 1993 if (isquery) in add_grec()
|
Completed in 15 milliseconds