Searched refs:priomap_len (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/include/net/
H A Dnetprio_cgroup.h24 u32 priomap_len; member in struct:netprio_map
/linux-4.4.14/net/core/
H A Dnetprio_cgroup.c34 * @target_idx. @dev->priomap.priomap_len > @target_idx after successful
44 if (old && old->priomap_len > target_idx) extend_netdev_table()
71 old->priomap_len * sizeof(old->priomap[0])); extend_netdev_table()
73 new->priomap_len = new_len; extend_netdev_table()
94 if (map && id < map->priomap_len) netprio_prio()
117 if (!prio && (!map || map->priomap_len <= id)) netprio_set_prio()
H A Ddev.c2938 if (prioidx < map->priomap_len) skb_update_prio()

Completed in 218 milliseconds