Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/netronome/nfp/bpf/
Djit.c3207 u32 idx, br_idx; in nfp_fixup_branches() local
3218 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()
/Linux-v4.19/net/core/
Drtnetlink.c3745 int br_idx = 0; in rtnl_fdb_dump() local
3767 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()