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

/linux-master/include/uapi/linux/
H A Dnexthop.h58 NHA_FDB, /* flag; nexthop belongs to a bridge fdb */ enumerator in enum:__anon2815
59 /* if NHA_FDB is added, OIF, BLACKHOLE, ENCAP cannot be set */
/linux-master/net/ipv4/
H A Dnexthop.c41 [NHA_FDB] = { .type = NLA_FLAG },
60 [NHA_FDB] = { .type = NLA_FLAG },
937 if (nhg->fdb_nh && nla_put_flag(skb, NHA_FDB))
951 if (nla_put_flag(skb, NHA_FDB))
1298 if (tb[NHA_FDB])
1326 case NHA_FDB:
3054 if (tb[NHA_FDB]) {
3064 cfg->nh_fdb = nla_get_flag(tb[NHA_FDB]);
3100 tb[NHA_ENCAP] || tb[NHA_ENCAP_TYPE] || tb[NHA_FDB]) {
3398 filter->fdb_filter = nla_get_flag(tb[NHA_FDB]);
[all...]

Completed in 124 milliseconds