Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dnexthop.h52 NHA_FDB, /* flag; nexthop belongs to a bridge fdb */ enumerator
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dnexthop.c36 [NHA_FDB] = { .type = NLA_FLAG },
250 if (nhg->fdb_nh && nla_put_flag(skb, NHA_FDB)) in nh_fill_node()
264 if (nla_put_flag(skb, NHA_FDB)) in nh_fill_node()
473 if (tb[NHA_FDB]) in nh_check_attr_group()
499 if (i == NHA_FDB) in nh_check_attr_group()
1524 if (tb[NHA_FDB]) { in rtm_to_nh_config()
1534 cfg->nh_fdb = nla_get_flag(tb[NHA_FDB]); in rtm_to_nh_config()
1560 tb[NHA_ENCAP] || tb[NHA_ENCAP_TYPE] || tb[NHA_FDB]) { in rtm_to_nh_config()
1857 case NHA_FDB: in nh_valid_dump_req()