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

/linux-master/include/uapi/linux/
H A Dnexthop.h38 NHA_ID, /* u32; id for nexthop. id == 0 means auto-assign */ enumerator in enum:__anon2815
/linux-master/net/ipv4/
H A Dnexthop.c33 [NHA_ID] = { .type = NLA_U32 },
47 [NHA_ID] = { .type = NLA_U32 },
53 [NHA_ID] = { .type = NLA_U32 },
72 [NHA_ID] = { .type = NLA_U32 },
83 [NHA_ID] = { .type = NLA_U32 },
931 if (nla_put_u32(skb, NHA_ID, nh->id))
1049 sz += nla_total_size(4); /* NHA_ID */
1154 if (nla_put_u32(skb, NHA_ID, nh->id))
3051 if (tb[NHA_ID])
3052 cfg->nh_id = nla_get_u32(tb[NHA_ID]);
[all...]

Completed in 480 milliseconds