Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dnexthop.h66 NHA_FDB, /* flag; nexthop belongs to a bridge fdb */ enumerator
/linux/net/ipv4/
H A Dnexthop.c41 [NHA_FDB] = { .type = NLA_FLAG },
60 [NHA_FDB] = { .type = NLA_FLAG },
942 if (nhg->fdb_nh && nla_put_flag(skb, NHA_FDB)) in nh_fill_node()
957 if (nla_put_flag(skb, NHA_FDB)) in nh_fill_node()
1326 case NHA_FDB: in nh_check_attr_group()
1352 nhg_fdb = !!tb[NHA_FDB]; in nh_check_attr_group_rtnl()
3111 if (tb[NHA_FDB]) { in rtm_to_nh_config()
3121 cfg->nh_fdb = nla_get_flag(tb[NHA_FDB]); in rtm_to_nh_config()
3158 tb[NHA_ENCAP] || tb[NHA_ENCAP_TYPE] || tb[NHA_FDB]) { in rtm_to_nh_config()
3491 filter->fdb_filter = nla_get_flag(tb[NHA_FDB]); in __nh_valid_dump_req()