Searched refs:nh_grp_type (Results 1 – 2 of 2) sorted by relevance
1284 u16 nh_grp_type, struct netlink_ext_ack *extack) in nh_check_attr_group() argument1329 if (nh_grp_type == NEXTHOP_GRP_TYPE_RES) in nh_check_attr_group()2788 if (cfg->nh_grp_type == NEXTHOP_GRP_TYPE_MPATH) { in nexthop_create_group()2791 } else if (cfg->nh_grp_type == NEXTHOP_GRP_TYPE_RES) { in nexthop_create_group()3131 cfg->nh_grp_type = NEXTHOP_GRP_TYPE_MPATH; in rtm_to_nh_config()3133 cfg->nh_grp_type = nla_get_u16(tb[NHA_GROUP_TYPE]); in rtm_to_nh_config()3135 if (cfg->nh_grp_type > NEXTHOP_GRP_TYPE_MAX) { in rtm_to_nh_config()3141 cfg->nh_grp_type, extack); in rtm_to_nh_config()3145 if (cfg->nh_grp_type == NEXTHOP_GRP_TYPE_RES) in rtm_to_nh_config()
42 u16 nh_grp_type; member