Home
last modified time | relevance | path

Searched refs:net_dm_drop_point (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dnet_dropmon.h8 struct net_dm_drop_point { struct
37 struct net_dm_drop_point points[0];
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dnet_dropmon.h8 struct net_dm_drop_point { struct
37 struct net_dm_drop_point points[0];
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dnet_dropmon.h8 struct net_dm_drop_point { struct
37 struct net_dm_drop_point points[0];
/OK3568_Linux_fs/kernel/net/core/
H A Ddrop_monitor.c142 al += dm_hit_limit * sizeof(struct net_dm_drop_point); in reset_per_cpu_data()
218 struct net_dm_drop_point *point; in trace_drop_common()
250 __nla_reserve_nohdr(dskb, sizeof(struct net_dm_drop_point)); in trace_drop_common()
251 nla->nla_len += NLA_ALIGN(sizeof(struct net_dm_drop_point)); in trace_drop_common()