Searched refs:user_tsresol (Results 1 – 1 of 1) sorted by relevance
227 uint64_t user_tsresol; /* time stamp resolution requested by the user */ member725 if (tsresol == ps->user_tsresol) { in add_interface()731 } else if (tsresol > ps->user_tsresol) { in add_interface()742 ps->ifaces[ps->ifcount - 1].scale_factor = tsresol/ps->user_tsresol; in add_interface()756 ps->ifaces[ps->ifcount - 1].scale_factor = ps->user_tsresol/tsresol; in add_interface()894 ps->user_tsresol = 1000000; in pcap_ng_check_header()898 ps->user_tsresol = 1000000000; in pcap_ng_check_header()1423 frac *= ps->user_tsresol; in pcap_ng_next_packet()1470 frac *= ps->user_tsresol; in pcap_ng_next_packet()