Home
last modified time | relevance | path

Searched refs:NET_DM_ATTR_QUEUE_LEN (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dnet_dropmon.h84 NET_DM_ATTR_QUEUE_LEN, /* u32 */ enumerator
/openbmc/linux/net/core/
H A Ddrop_monitor.c1303 if (!info->attrs[NET_DM_ATTR_QUEUE_LEN]) in net_dm_queue_len_set()
1306 net_dm_queue_len = nla_get_u32(info->attrs[NET_DM_ATTR_QUEUE_LEN]); in net_dm_queue_len_set()
1406 if (nla_put_u32(msg, NET_DM_ATTR_QUEUE_LEN, net_dm_queue_len)) in net_dm_config_fill()
1606 [NET_DM_ATTR_QUEUE_LEN] = { .type = NLA_U32 },