Lines Matching refs:nsrcs
788 ihv3->nsrcs = htons(lmqt_srcs);
809 if (WARN_ON(lmqt_srcs != ntohs(ihv3->nsrcs))) {
1798 void *srcs, u32 nsrcs, size_t src_size)
1809 for (src_idx = 0; src_idx < nsrcs; src_idx++) {
1832 void *srcs, u32 nsrcs, size_t src_size)
1843 for (src_idx = 0; src_idx < nsrcs; src_idx++) {
1865 void *srcs, u32 nsrcs, size_t src_size)
1879 for (src_idx = 0; src_idx < nsrcs; src_idx++) {
1902 void *srcs, u32 nsrcs, size_t src_size)
1909 __grp_src_isexc_incl(pg, srcs, nsrcs, src_size);
1914 changed = __grp_src_isexc_excl(pg, srcs, nsrcs, src_size);
1929 void *srcs, u32 nsrcs, size_t src_size)
1943 for (src_idx = 0; src_idx < nsrcs; src_idx++) {
1971 void *srcs, u32 nsrcs, size_t src_size)
1986 for (src_idx = 0; src_idx < nsrcs; src_idx++) {
2013 void *srcs, u32 nsrcs, size_t src_size)
2019 changed = __grp_src_toin_incl(pg, srcs, nsrcs, src_size);
2022 changed = __grp_src_toin_excl(pg, srcs, nsrcs, src_size);
2036 void *srcs, u32 nsrcs, size_t src_size)
2047 for (src_idx = 0; src_idx < nsrcs; src_idx++) {
2075 void *srcs, u32 nsrcs, size_t src_size)
2087 for (src_idx = 0; src_idx < nsrcs; src_idx++) {
2115 void *srcs, u32 nsrcs, size_t src_size)
2122 __grp_src_toex_incl(pg, srcs, nsrcs, src_size);
2127 changed = __grp_src_toex_excl(pg, srcs, nsrcs, src_size);
2141 void *srcs, u32 nsrcs, size_t src_size)
2152 for (src_idx = 0; src_idx < nsrcs; src_idx++) {
2174 void *srcs, u32 nsrcs, size_t src_size)
2186 for (src_idx = 0; src_idx < nsrcs; src_idx++) {
2210 void *srcs, u32 nsrcs, size_t src_size)
2216 __grp_src_block_incl(pg, srcs, nsrcs, src_size);
2219 changed = __grp_src_block_excl(pg, srcs, nsrcs, src_size);
2258 u16 nsrcs;
2272 nsrcs = ntohs(grec->grec_nsrcs);
2274 len += nsrcs * 4;
2292 if (nsrcs == 0 &&
2317 grec = (void *)(skb->data + len - sizeof(*grec) - (nsrcs * 4));
2321 nsrcs, sizeof(__be32));
2324 changed = br_multicast_isinc_allow(pg, grec->grec_src, nsrcs,
2328 changed = br_multicast_isexc(pg, grec->grec_src, nsrcs,
2332 changed = br_multicast_toin(pg, grec->grec_src, nsrcs,
2336 changed = br_multicast_toex(pg, grec->grec_src, nsrcs,
2340 changed = br_multicast_block(pg, grec->grec_src, nsrcs,
2380 u16 nsrcs;
2393 nsrcs = ntohs(*_nsrcs);
2394 grec_len = struct_size(grec, grec_src, nsrcs);
2418 nsrcs == 0) {
2446 nsrcs,
2450 changed = br_multicast_isinc_allow(pg, grec->grec_src, nsrcs,
2454 changed = br_multicast_isexc(pg, grec->grec_src, nsrcs,
2458 changed = br_multicast_toin(pg, grec->grec_src, nsrcs,
2462 changed = br_multicast_toex(pg, grec->grec_src, nsrcs,
2466 changed = br_multicast_block(pg, grec->grec_src, nsrcs,
2668 if (ih3->nsrcs ||