Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/core/
H A Dnetprio_cgroup.c38 * @target_idx. @dev->priomap.priomap_len > @target_idx after successful
48 if (old && old->priomap_len > target_idx) in extend_netdev_table()
75 old->priomap_len * sizeof(old->priomap[0])); in extend_netdev_table()
77 new->priomap_len = new_len; in extend_netdev_table()
98 if (map && id < map->priomap_len) in netprio_prio()
121 if (!prio && (!map || map->priomap_len <= id)) in netprio_set_prio()
H A Ddev.c3870 if (prioidx < map->priomap_len) in skb_update_prio()
/kernel/linux/linux-6.6/net/core/
H A Dnetprio_cgroup.c38 * @target_idx. @dev->priomap.priomap_len > @target_idx after successful
48 if (old && old->priomap_len > target_idx) in extend_netdev_table()
75 old->priomap_len * sizeof(old->priomap[0])); in extend_netdev_table()
77 new->priomap_len = new_len; in extend_netdev_table()
98 if (map && id < map->priomap_len) in netprio_prio()
121 if (!prio && (!map || map->priomap_len <= id)) in netprio_set_prio()
H A Ddev.c3896 if (prioidx < map->priomap_len) in skb_update_prio()
/kernel/linux/linux-5.10/include/net/
H A Dnetprio_cgroup.h18 u32 priomap_len; member
/kernel/linux/linux-6.6/include/net/
H A Dnetprio_cgroup.h18 u32 priomap_len; member

Completed in 28 milliseconds