Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-dag.c1115 uint32_t stream_drop; in dag_stats() local
1129 …if ((dag_error = dag_config_get_uint32_attribute_ex(pd->dag_ref, pd->drop_attr, &stream_drop)) == … in dag_stats()
1130 pd->stat.ps_drop = stream_drop; in dag_stats()