Searched refs:br_idx (Results 1 – 2 of 2) sorted by relevance
3207 u32 idx, br_idx; in nfp_fixup_branches() local3218 br_idx = nfp_prog->last_bpf_off; in nfp_fixup_branches()3220 br_idx = list_next_entry(meta, l)->off - 1; in nfp_fixup_branches()3222 if (!nfp_is_br(nfp_prog->prog[br_idx])) { in nfp_fixup_branches()3224 br_idx, meta->insn.code, nfp_prog->prog[br_idx]); in nfp_fixup_branches()3228 if (FIELD_GET(OP_RELO_TYPE, nfp_prog->prog[br_idx]) != in nfp_fixup_branches()3244 for (idx = meta->off; idx <= br_idx; idx++) { in nfp_fixup_branches()
3745 int br_idx = 0; in rtnl_fdb_dump() local3767 br_idx = nla_get_u32(tb[IFLA_MASTER]); in rtnl_fdb_dump()3773 if (br_idx) { in rtnl_fdb_dump()3774 br_dev = __dev_get_by_index(net, br_idx); in rtnl_fdb_dump()3792 if (!br_idx) { /* user did not specify a specific bridge */ in rtnl_fdb_dump()