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 },
945 if (nhg->fdb_nh && nla_put_flag(skb, NHA_FDB)) in nh_fill_node()
960 if (nla_put_flag(skb, NHA_FDB)) in nh_fill_node()
1310 if (tb[NHA_FDB]) in nh_check_attr_group()
1338 case NHA_FDB: in nh_check_attr_group()
3068 if (tb[NHA_FDB]) { in rtm_to_nh_config()
3078 cfg->nh_fdb = nla_get_flag(tb[NHA_FDB]); in rtm_to_nh_config()
3114 tb[NHA_ENCAP] || tb[NHA_ENCAP_TYPE] || tb[NHA_FDB]) { in rtm_to_nh_config()
3408 filter->fdb_filter = nla_get_flag(tb[NHA_FDB]); in __nh_valid_dump_req()