Home
last modified time | relevance | path

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

/system/connectivity/shill/shims/
Dnetfilter_queue_processor.h68 int in_device() const { return in_device_; } in in_device() function
83 void SetValues(int in_device,
Dnetfilter_queue_processor.cc124 void NetfilterQueueProcessor::Packet::SetValues(int in_device, in SetValues() argument
132 in_device_ = in_device; in SetValues()
376 int device_index = packet.in_device(); in IsIncomingPacketAllowed()
Dnetfilter_queue_processor_unittest.cc60 void SetPacketValues(int in_device, in SetPacketValues() argument
68 packet_.SetValues(in_device, out_device, is_udp, packet_id, in SetPacketValues()