Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Dnet_dropmon.h82 NET_DM_ATTR_TRUNC_LEN, /* u32 */ enumerator
/Linux-v6.1/net/core/
Ddrop_monitor.c1280 if (!info->attrs[NET_DM_ATTR_TRUNC_LEN]) in net_dm_trunc_len_set()
1283 net_dm_trunc_len = nla_get_u32(info->attrs[NET_DM_ATTR_TRUNC_LEN]); in net_dm_trunc_len_set()
1388 if (nla_put_u32(msg, NET_DM_ATTR_TRUNC_LEN, net_dm_trunc_len)) in net_dm_config_fill()
1590 [NET_DM_ATTR_TRUNC_LEN] = { .type = NLA_U32 },