HomeSort by relevance Sort by last modified time
    Searched refs:is_udp (Results 1 - 4 of 4) sorted by null

  /system/connectivity/shill/shims/
netfilter_queue_processor.h 70 bool is_udp() const { return is_udp_; } function in class:shill::shims::NetfilterQueueProcessor::Packet
85 bool is_udp,
netfilter_queue_processor.cc 126 bool is_udp,
134 is_udp_ = is_udp;
367 if (!packet.is_udp()) {
404 if (!packet.is_udp()) {
netfilter_queue_processor_unittest.cc 62 bool is_udp,
68 packet_.SetValues(in_device, out_device, is_udp, packet_id,
  /external/fio/engines/
net.c 210 static inline int is_udp(struct netio_options *o) function
531 if (is_udp(o)) {
594 if (is_udp(o)) {
638 if (is_udp(o) && td->o.verify == VERIFY_NONE)
652 if (!nd->use_splice || is_udp(o) ||
658 if (!nd->use_splice || is_udp(o) ||
764 if (is_udp(o)) {
833 if (is_udp(o)) {
991 if (is_udp(o)) {
1114 if (is_udp(o) || is_tcp(o)
    [all...]

Completed in 4978 milliseconds