Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-dag.c180 attr_uuid_t drop_attr; /* DAG Stream Drop Attribute handle, if available */ member
444 if ( (pd->drop_attr == kNullAttributeUuid) && (header->lctr) ) { in dag_read()
833 pd->drop_attr = kNullAttributeUuid; in dag_activate()
837 …pd->drop_attr = dag_config_get_indexed_attribute_uuid(pd->dag_ref, kUint32AttributeStreamDropCount… in dag_activate()
1125 if(pd->drop_attr != kNullAttributeUuid) { in dag_stats()
1129 …if ((dag_error = dag_config_get_uint32_attribute_ex(pd->dag_ref, pd->drop_attr, &stream_drop)) == … in dag_stats()