Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dnexthop.h55 NHA_FDB, /* flag; nexthop belongs to a bridge fdb */ enumerator
/linux-6.3-rc2/net/ipv4/
A Dnexthop.c38 [NHA_FDB] = { .type = NLA_FLAG },
50 [NHA_FDB] = { .type = NLA_FLAG },
719 if (nhg->fdb_nh && nla_put_flag(skb, NHA_FDB)) in nh_fill_node()
733 if (nla_put_flag(skb, NHA_FDB)) in nh_fill_node()
1080 if (tb[NHA_FDB]) in nh_check_attr_group()
1107 case NHA_FDB: in nh_check_attr_group()
2793 if (tb[NHA_FDB]) { in rtm_to_nh_config()
2803 cfg->nh_fdb = nla_get_flag(tb[NHA_FDB]); in rtm_to_nh_config()
2836 tb[NHA_ENCAP] || tb[NHA_ENCAP_TYPE] || tb[NHA_FDB]) { in rtm_to_nh_config()
3122 filter->fdb_filter = nla_get_flag(tb[NHA_FDB]); in __nh_valid_dump_req()

Completed in 10 milliseconds