Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dnexthop.h32 NHA_ID, /* u32; id for nexthop. id == 0 means auto-assign */ enumerator
/Linux-v5.4/net/ipv4/
Dnexthop.c27 [NHA_ID] = { .type = NLA_U32 },
228 if (nla_put_u32(skb, NHA_ID, nh->id)) in nh_fill_node()
1350 if (tb[NHA_ID]) in rtm_to_nh_config()
1351 cfg->nh_id = nla_get_u32(tb[NHA_ID]); in rtm_to_nh_config()
1502 case NHA_ID: in nh_valid_get_del_req()
1515 if (!tb[NHA_ID]) { in nh_valid_get_del_req()
1520 *id = nla_get_u32(tb[NHA_ID]); in nh_valid_get_del_req()