Searched refs:MAXVIFS (Results 1 – 5 of 5) sorted by relevance
44 #define MAXVIFS 32 macro84 unsigned char mfcc_ttls[MAXVIFS]; /* Where it is going */
96 #ifndef MAXVIFS100 #define MAXVIFS 32 macro 153 unsigned char ttls[MAXVIFS];255 struct vif_device vif_table[MAXVIFS];
69 struct mlxsw_sp_mr_vif vifs[MAXVIFS];216 erif_indices = kmalloc_array(MAXVIFS, sizeof(*erif_indices), in mlxsw_sp_mr_route_info_create()320 for (i = 0; i < MAXVIFS; i++) { in mlxsw_sp_mr_route_create()689 if (WARN_ON(vif_index >= MAXVIFS)) in mlxsw_sp_mr_vif_add()700 if (WARN_ON(vif_index >= MAXVIFS)) in mlxsw_sp_mr_vif_del()713 for (vif_index = 0; vif_index < MAXVIFS; vif_index++) in mlxsw_sp_mr_dev_vif_lookup()930 for (i = 0; i < MAXVIFS; i++) { in mlxsw_sp_mr_table_create()980 for (i = 0; i < MAXVIFS; i++) { in mlxsw_sp_mr_table_flush()990 for (i = 0; i < MAXVIFS; i++) in mlxsw_sp_mr_table_empty()
832 cache->mfc_un.res.minvif = MAXVIFS; in ipmr_update_thresholds() 834 memset(cache->mfc_un.res.ttls, 255, MAXVIFS); in ipmr_update_thresholds() 1000 c->_c.mfc_un.res.minvif = MAXVIFS; in ipmr_cache_alloc() 1249 if (mfc->mfcc_parent >= MAXVIFS) in ipmr_mfc_add() 1486 if (vif.vifc_vifi >= MAXVIFS) { in ip_mroute_setsockopt() 2571 + MAXVIFS * NLA_ALIGN(sizeof(struct rtnexthop)) in mroute_msgsize() 2586 skb = nlmsg_new(mroute_msgsize(mfc->_c.mfc_parent >= MAXVIFS), in mroute_netlink_event() 2849 if (++vifi == MAXVIFS) in ipmr_nla_get_ttls()
227 if (c->mfc_parent >= MAXVIFS) { in mr_fill_mroute()