Home
last modified time | relevance | path

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

/linux-4.1.27/net/core/
Dnetprio_cgroup.c44 if (old && old->priomap_len > target_idx) in extend_netdev_table()
71 old->priomap_len * sizeof(old->priomap[0])); in extend_netdev_table()
73 new->priomap_len = new_len; in extend_netdev_table()
94 if (map && id < map->priomap_len) in netprio_prio()
117 if (!prio && (!map || map->priomap_len <= id)) in netprio_set_prio()
Ddev.c2875 if (prioidx < map->priomap_len) in skb_update_prio()
/linux-4.1.27/include/net/
Dnetprio_cgroup.h24 u32 priomap_len; member