/linux-4.4.14/sound/firewire/ |
D | packets-buffer.c | 30 b->packets = kmalloc(count * sizeof(*b->packets), GFP_KERNEL); in iso_packets_buffer_init() 31 if (!b->packets) { in iso_packets_buffer_init() 53 b->packets[i].buffer = p + offset_in_page; in iso_packets_buffer_init() 54 b->packets[i].offset = page_index * PAGE_SIZE + offset_in_page; in iso_packets_buffer_init() 60 kfree(b->packets); in iso_packets_buffer_init() 75 kfree(b->packets); in iso_packets_buffer_destroy()
|
D | amdtp-stream.c | 382 s->buffer.packets[s->packet_index].offset); in queue_packet() 415 buffer = s->buffer.packets[s->packet_index].buffer; in handle_out_packet() 552 unsigned int i, syt, packets = header_length / 4; in out_stream_callback() local 563 cycle += QUEUE_LENGTH - packets; in out_stream_callback() 565 for (i = 0; i < packets; ++i) { in out_stream_callback() 584 unsigned int p, syt, packets; in in_stream_callback() local 593 packets = header_length / IN_PACKET_HEADER_SIZE; in in_stream_callback() 598 for (p = 0; p < packets; p++) { in in_stream_callback() 599 buffer = s->buffer.packets[s->packet_index].buffer; in in_stream_callback()
|
D | packets-buffer.h | 17 } *packets; member
|
D | Makefile | 1 snd-firewire-lib-objs := lib.o iso-resources.o packets-buffer.o \
|
D | isight.c | 176 payload = isight->buffer.packets[index].buffer; in isight_packet() 198 isight->buffer.packets[index].offset); in isight_packet() 381 isight->buffer.packets[i].offset); in isight_start_streaming()
|
/linux-4.4.14/net/netfilter/ |
D | nft_counter.c | 22 u64 packets; member 45 this_cpu->counter.packets++; in nft_counter_eval() 54 u64 bytes, packets; in nft_counter_fetch() local 64 packets = cpu_stats->counter.packets; in nft_counter_fetch() 67 total->packets += packets; in nft_counter_fetch() 80 nla_put_be64(skb, NFTA_COUNTER_PACKETS, cpu_to_be64(total.packets))) in nft_counter_dump() 108 this_cpu->counter.packets = in nft_counter_init() 145 this_cpu->counter.packets = total.packets; in nft_counter_clone()
|
D | xt_connbytes.c | 45 what = atomic64_read(&counters[IP_CT_DIR_ORIGINAL].packets); in connbytes_mt() 48 what = atomic64_read(&counters[IP_CT_DIR_REPLY].packets); in connbytes_mt() 51 what = atomic64_read(&counters[IP_CT_DIR_ORIGINAL].packets); in connbytes_mt() 52 what += atomic64_read(&counters[IP_CT_DIR_REPLY].packets); in connbytes_mt() 74 pkts = atomic64_read(&counters[IP_CT_DIR_ORIGINAL].packets); in connbytes_mt() 78 pkts = atomic64_read(&counters[IP_CT_DIR_REPLY].packets); in connbytes_mt() 83 pkts = atomic64_read(&counters[IP_CT_DIR_ORIGINAL].packets) + in connbytes_mt() 84 atomic64_read(&counters[IP_CT_DIR_REPLY].packets); in connbytes_mt()
|
D | Kconfig | 9 This allows you to classify packets from ingress using the Netfilter 29 for queueing packets via NFNETLINK. 37 for logging packets via NFNETLINK. 47 Connection tracking keeps a record of what packets have passed 68 of packets, but this mark value is kept in the conntrack session 69 instead of the individual packets. 78 packets using the CONNSECMARK target and copied back from 79 connections to packets with the same target, with the packets 427 This is the kernel functionality to redirect packets to local 506 packets matching some criteria. [all …]
|
D | xt_set.c | 190 if (info->packets.op != IPSET_COUNTER_NONE || in set_match_v3() 200 if (!match_counter0(opt.ext.packets, &info->packets)) in set_match_v3() 237 if (info->packets.op != IPSET_COUNTER_NONE || in set_match_v4() 247 if (!match_counter(opt.ext.packets, &info->packets)) in set_match_v4()
|
D | nf_conntrack_acct.c | 51 (unsigned long long)atomic64_read(&counter[dir].packets), in seq_print_acct()
|
D | xt_RATEEST.c | 86 stats->packets++; in xt_rateest_tg()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-net-statistics | 14 Indicates the number of multicast packets received by this 31 Indicates the number of compressed packets received by this 40 Indicates the number of packets received with a CRC (FCS) error 49 Indicates the number of packets received by the network device 87 Indicates the number of received packets that have been missed 96 Indicates the number of received packets that are oversized 106 Indicates the total number of good packets received by this 114 Indicates the number of packets that have been aborted 127 transmitted packets or all packets that have been queued for 135 Indicates the number of packets that could not be transmitted [all …]
|
D | sysfs-class-pktcdvd | 30 packets_started (0444) Number of started packets. 31 packets_finished (0444) Number of finished packets. 35 kb_read_gather (0444) kBytes read to fill write packets.
|
D | sysfs-bus-fcoe | 74 (Ethernet) packets, unpack them, and forward the embedded 76 outbound FC frames and pack them in Ethernet packets to
|
D | sysfs-bus-intel_th-devices-gth | 49 number of clocks between mainenance packets.
|
/linux-4.4.14/net/mpls/ |
D | Kconfig | 9 MultiProtocol Label Switching routes packets through logical 10 circuits. Originally conceived as a way of routing packets at 11 hardware speeds (before hardware was capable of routing ipv4 packets), 21 This is helper module to allow segmentation of non-MPLS GSO packets 23 become MPLS GSO packets. 28 Add support for forwarding of mpls packets.
|
/linux-4.4.14/net/core/ |
D | gen_stats.c | 113 u32 packets; in __gnet_stats_copy_basic_cpu() local 118 packets = bcpu->bstats.packets; in __gnet_stats_copy_basic_cpu() 122 bstats->packets += packets; in __gnet_stats_copy_basic_cpu() 135 bstats->packets = b->packets; in __gnet_stats_copy_basic() 162 d->tc_stats.packets = bstats.packets; in gnet_stats_copy_basic() 170 sb.packets = bstats.packets; in gnet_stats_copy_basic()
|
D | gen_estimator.c | 136 rate = b.packets - e->last_packets; in est_timer() 138 e->last_packets = b.packets; in est_timer() 237 est->last_packets = b.packets; in gen_new_estimator()
|
/linux-4.4.14/Documentation/networking/ |
D | nf_conntrack-sysctl.txt | 21 Verify checksum of incoming packets. Packets with bad checksums are 22 in INVALID state. If this is enabled, such packets will not be 62 purpose, the fragment handler will toss packets until 99 1 - log ICMP packets 100 6 - log TCP packets 101 17 - log UDP packets 102 33 - log DCCP packets 103 41 - log ICMPv6 packets 104 136 - log UDPLITE packets 105 255 - log packets of any protocol [all …]
|
D | altera_tse.txt | 141 received. This count does not include any error packets such as CRC errors, 171 a count of the number of packets received containing errors that prevented the 175 is a count of the number of packets that could not be transmitted due to errors. 178 statistic is a count of the number of packets received that were not addressed 182 statistic is a count of the number of packets received that were addressed to 186 statistic is a count of the number of packets received that were addressed to 190 statistic is the number of outbound packets not transmitted even though an 195 statistic counts the number of packets transmitted that were not addressed to 199 statistic counts the number of packets transmitted that were addressed to a 203 statistic counts the number of packets transmitted that were addressed to a [all …]
|
D | scaling.txt | 24 (multi-queue). On reception, a NIC can send different packets to different 25 queues to distribute processing among CPUs. The NIC distributes packets by 43 Some advanced NICs allow steering packets to queues based on 44 programmable filters. For example, webserver bound TCP port 80 packets 69 this to notify a CPU when new packets arrive on the given queue. The 129 RPS may enqueue packets for processing. For each received packet, 134 packets have been queued to their backlog queue. The IPI wakes backlog 135 processing on the remote CPU, and any queued packets are then processed 148 (the default), in which case packets are processed on the interrupting 169 reordering. The trade-off to sending all packets from the same flow [all …]
|
D | udplite.txt | 8 (video, VoIP) over wireless networks, as partly damaged packets can still be 75 all packets which have a coverage _less_ than this value. For example, if 77 packets with a minimum coverage of 20 are admitted: 128 partially covered packets are dropped and an error is logged. 133 All packets arriving with a coverage value less than the specified 153 of UDP-Lite packets is determined by the size of the send buffer. The 161 split the payload into several individual packets, filling up the 166 UDP-Lite packet is split into several IP packets, of which only the 175 UDP-Lite will ship the 1536 bytes in two separate packets: 201 packets (280 byte IP payload + 20 byte IP header). The kernel module [all …]
|
D | ipvs-sysctl.txt | 67 If it is enabled, forward packets to the original destination 115 The drop_packet defense is designed to drop 1/rate packets 117 drop all the incoming packets. 131 packets when its destination server is not available. It may 164 If set, ipvs will set the ipvs_property on all packets which are of 167 packets that have been tunneled to the ipvs host (i.e. to prevent 175 for VS/NAT when the load balancer receives packets from real 192 of incoming packets that a connection needs to receive before 194 synchronized, every time the number of its incoming packets 202 If enabled, recalculate the route of SNATed packets from
|
D | ppp_generic.txt | 75 packets. 149 transmit packets for the PPP unit (network interface device) plus a 150 queue of transmit packets for each attached channel. Normally the 152 exceptions are when pppd sends packets by writing to /dev/ppp, and 159 Transmit packets are dequeued from the PPP unit transmit queue and 162 point the packets can no longer be reordered, as the decompression 163 algorithms rely on receiving compressed packets in the same order that 185 layer will tend to fragment large packets across all the channels, 186 thus reducing latency, while under heavy load, packets will tend to be 277 be used for PPP negotiation but not for the transfer of data packets. [all …]
|
D | netdevices.txt | 36 packets based on the current MTU. 41 buffers, but the device should allow packets with VLAN header. With 43 1518 byte packets (1500 + 14 header + 4 tag). The device may either: 44 drop, truncate, or pass up oversize packets, but dropping oversize 45 packets is preferred.
|
D | mpls-sysctl.txt | 23 Control whether packets can be input on this interface. 25 If disabled, packets will be discarded without further
|
D | timestamping.txt | 29 the network stack, the feature has to be enabled for all packets. The 57 created packets, not to packets already in the stack. As a result, it 58 is possible to selectively request timestamps for a subset of packets 109 are only reported for packets that also have the relevant timestamp 146 change the identifiers of existing packets in the system. 157 Support recv() cmsg for all timestamped packets. Control messages 158 are already supported unconditionally on all packets with receive 159 timestamps and on IPv6 packets with transmit timestamp. This option 160 extends them to IPv4 packets with transmit timestamp. One use case 161 is to correlate packets with their egress device, by enabling socket [all …]
|
D | phonet.txt | 12 Phonet packets can be exchanged through various hardware connections 24 Phonet packets have a common header as follows: 60 Linux Phonet network interfaces support a dedicated link layer packets 62 only send and receive Phonet packets. 68 Note that Phonet interfaces are not allowed to re-order packets, so 94 2^10 object IDs available, and can send and receive packets with any 134 The Phonet Pipe protocol is a simple sequenced packets protocol
|
D | tcp-thin.txt | 21 In order to reduce application-layer latency when packets are lost, 31 of packets in flight. If there are less than 4 packets in flight,
|
D | netdev-features.txt | 12 Long gone are the days when a network card would just take and give packets 15 splitting packets, classifying them. Those capabilities and their state 108 It means that device can fill TCP/UDP-like checksum anywhere in the packets 113 NETIF_F_TSO_ECN means that hardware can properly split packets with CWR bit 166 bad packets on it. Some NICs may receive more packets if also put into normal
|
D | e1000e.txt | 54 will generate for incoming packets. It does this by writing a value to the 60 per second, even if more packets have come in. This reduces interrupt 62 but will increase latency as packets are not processed as quickly. 67 The hardware can handle many more small packets per second however, and 79 "Bulk traffic", for large amounts of packets of normal size; "Low latency", 81 packets; and "Lowest latency", for almost completely small packets or 186 Driver copies all packets below or equaling this size to a fresh RX 226 Strip the CRC from received packets before sending up the network stack. If 265 - Some adapters limit Jumbo Frames sized packets to a maximum of
|
D | driver.txt | 70 mitigation scheme to let TX packets "hang out" in the TX 71 ring unreclaimed forever if no new TX packets are sent. 88 not receive or transmit any data. All in flight packets must
|
D | tuntap.txt | 15 instead of receiving packets from physical media, receives them from 16 user space program and instead of sending packets via physical media 26 IP packets (with tun) or ethernet frames (with tap). Which one is being used 111 file descriptors (queues) to parallelize packets sending or receiving. The 203 Ethernet device, which instead of receiving packets from a physical 205 packets via physical media sends them to the user space program. 217 This means that you have to read/write IP packets when you are using tun and
|
D | dctcp.txt | 16 switches is 20 packets (30KB) at 1Gbps, and 65 packets (~100KB) at 10Gbps,
|
D | tproxy.txt | 12 The idea is that you identify packets with destination address matching a local 14 value using policy routing to have those packets delivered locally: 49 modifies the packets to change the destination address -- which might not be
|
D | dccp.txt | 50 DCCP_SOCKOPT_QPOLICY_ID sets the dequeuing policy for outgoing packets. It takes 118 of 0 means that all packets with a partial coverage will be discarded. 119 Values in the range 1..15 indicate that packets with minimally such a 158 data packets are never retransmitted. Analogue of tcp_retries2. 173 The size of the transmit buffer in packets. A value of 0 corresponds 177 The timeout between subsequent DCCP-Sync packets sent in response to 178 sequence-invalid packets on the same socket (RFC 4340, 7.5.4). The unit
|
D | ip-sysctl.txt | 15 forwarded) IP packets. Should be between 1 and 255 inclusive. 60 Controls the fwmark of kernel-generated IPv4 reply packets that are not 62 If unset, these packets have a fwmark of zero. If set, they have the 90 The maximum number of bytes which may be used by packets 97 The maximum number of packets which may be queued for each 118 the fragment handler will toss packets until ipfrag_low_thresh 133 common IP source address. Note that reordering of packets is 147 reordering of packets occurs, which could lead to poor application 210 total amount of sent packets. This is done if at least one prior 251 (less than 3 packets). [all …]
|
D | mac80211-injection.txt | 4 mac80211 now allows arbitrary packets to be injected down any Monitor Mode 16 to appear on received packets. The following information is parsed from the
|
D | 3c509.txt | 128 packets faster than they can be removed from the card. This should be rare 138 No received packets 139 If a 3c509, 3c562 or 3c589 can successfully transmit packets, but never 140 receives packets (as reported by /proc/net/dev or 'ifconfig') you likely 146 interrupt line. If the device is receiving packets but 'ping' doesn't work, 150 If an EtherLink III appears to transmit packets, but the "Tx carrier errors"
|
D | e1000.txt | 86 will generate for incoming packets. It does this by writing a value to the 92 per second, even if more packets have come in. This reduces interrupt 94 but will increase latency as packets are not processed as quickly. 99 The hardware can handle many more small packets per second however, and 111 "Bulk traffic", for large amounts of packets of normal size; "Low latency", 113 packets; and "Lowest latency", for almost completely small packets or 176 incoming packets, at the expense of increased system memory utilization. 253 traffic bursts of short packets may result in an improper descriptor 307 offload for received packets (both UDP and TCP) to the adapter hardware. 315 Driver copies all packets below or equaling this size to a fresh RX
|
D | ipvlan.txt | 40 slave device and packets are switched and queued to the master device to send 46 to the slave device and packets are switched to the stack instance of the 48 used before packets are queued on the outbound device. In this mode the slaves
|
D | switchdev.txt | 169 - VLAN flooding of multicast/broadcast and unknown unicast packets 195 The switch device will learn/forget source MAC address/VLAN on ingress packets 268 DISABLED, no packets should pass, but if port moves to BLOCKED, then STP BPDUs 269 and other IEEE 01:80:c2:xx:xx:xx link-local multicast packets can pass. 279 and unknown unicast packets to all ports in domain, if allowed by port's 284 otherwise there will be duplicate packets on the wire. 286 To avoid duplicate packets, the device/driver should mark a packet as already 297 packets up to the bridge driver for flooding. This is not ideal as the number 299 flooding packets that software.
|
D | rxrpc.txt | 106 (*) Client-originating packets are marked, thus a transport endpoint can be 131 flag in the packet. The number of packets of data making up one blob may 146 (*) Calls use ACK packets to handle reliability. Data packets are also 153 not discard any transmittable packets until they've been hard-ACK'd. 156 packets that make up the request. 228 transport endpoint is used to send the packets. 252 (*) Aborts, busy notifications and challenge packets are delivered by recvmsg, 662 Any packets waiting in the socket's receive queue will be discarded if 884 Usually the other side won't stop sending packets until the advertised 885 reception window is full (to a maximum of 255 packets), so delaying the [all …]
|
D | netif-msg.txt | 27 6 Status on each completed Tx packet and received Rx packets 28 7 Initial contents of Tx and Rx packets
|
D | packet_mmap.txt | 31 send or receive packets. This way reading packets just needs to wait for them, 33 transmission, multiple packets can be sent through one system call to get the 80 [capture] poll() ---------> to wait for incoming packets 122 [transmission] poll() ---------> wait for free packets (optional) 123 send() ---------> send all packets that are set as ready in 465 TP_STATUS_CSUMNOTREADY: currently it's used for outgoing IP packets which 488 packets are in the ring: 552 - VLAN metadata information available for packets 686 fprintf(stdout, "%d: Received 10000 packets\n", getpid()); 978 printf("\nReceived %u packets, %lu bytes, %u dropped, freeze_q_cnt: %u\n", [all …]
|
D | cops.txt | 44 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 45 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 coll:0
|
D | netconsole.txt | 32 src-port source for UDP packets (defaults to 6665) 172 ethernet address to send packets, which can cause increased load on 208 sending packets. Due to these unique needs, configuration cannot 210 only IP networks, UDP packets and ethernet devices are supported.
|
D | openvswitch.txt | 23 packets of the same type entirely in-kernel). 183 assume that the flow contained IP packets. This is a bad assumption 184 (the flow only contains IP packets if one parses and skips over the 201 Handling malformed packets 204 Don't drop packets in the kernel for malformed protocol headers, bad 211 can always forward all packets with those values to userspace and
|
D | tc-actions-env-rules.txt | 14 3) Dropping packets you don't own is a no-no. You simply return
|
D | spider_net.txt | 118 ad stop. However, RX packets may still continue arriving on the wire. 142 net eth1: Spider RX RAM full, incoming packets might be discarded! 190 the netdev needs to be reawakened, so that more TX packets are placed 197 For large packets, this mechanism generates a relatively small number 198 of interrupts, about 1K/sec. For smaller packets, this will drop to zero
|
D | gianfar.txt | 14 packets. Use ethtool to enable or disable this feature for RX
|
D | rds.txt | 23 guarantee no dropped packets on Ethernet, it may be possible to use RDS over 210 packets. Ack-only packets are reduced by only allowing one to be 298 Dropping a connection while packets are queued will cause queued or 344 drop duplicate packets
|
D | batman-adv.txt | 6 which exchanges information using UDP packets and sets routing 90 sends its broadcast packets): 169 Counters for different types of packets entering and leaving the
|
D | bonding.txt | 288 that evenly distributes packets across all links. If the 289 switch is configured to distribute the packets in an XOR 380 packets for link availability purposes. Arriving packets that are 385 packets (any ARP packet, regardless of source or destination) when 499 to transmit LACPDU packets in 802.3ad mode. Possible values 552 Round-robin policy: Transmit packets in sequential 723 Specify the number of packets to transmit through a slave before 889 The formula for unfragmented TCP and UDP packets is 900 For fragmented TCP or UDP packets and all other IPv4 and 908 fragmented and unfragmented packets will see packets [all …]
|
D | README.ipw2100 | 212 interval of time has passed where no packets are passed through the 218 must buffer packets at the AP until the station wakes up and requests 219 any buffered packets. If you have an AP that does not correctly support 247 packets), and z is the 'power level'. If power management is turned off the
|
D | decnet.txt | 99 device you want DECnet to route packets out of when no specific route 126 routing daemon will use netfilter to listen to routing packets, and 196 filtering operation will be done in hardware, if not the extra unwanted packets 209 packets from the DECnet specified addresses. So if you have one of these
|
D | 6pack.txt | 32 Received packets that are corrupt are not passed on to the AX.25 layer. 33 Damaged packets that the TNC has received from the PC are not transmitted. 146 or more subsequent packets. I have been told that this is due to a problem
|
D | ixgbe.txt | 124 Supports advanced filters that direct receive packets by their flows to 151 If the queue is defined as -1, filter will drop matching packets. 155 packets processed by the Nth queue. 239 number of dropped packets during network stress. Bandwidth can be
|
D | ixgb.txt | 133 Increasing this value allows the driver to buffer more incoming packets. 163 offload for received packets (both UDP and TCP) to the adapter hardware. 240 # set number of unprocessed input packets before kernel starts dropping them; default 300 408 Under small packets UDP stress test with 10GbE driver, the Linux system 409 may drop UDP packets due to the fullness of socket buffers. You may want
|
D | arcnet.txt | 283 ARCnet packets. If you use ODI, you'll need to use the 'arc0' 314 whatever reason), and allows larger packets to be used 319 arc0e - "Ethernet-Encapsulation" which sends packets over ARCnet 320 that are actually a lot like Ethernet packets, including the 327 automatically fragmenting the TCP/IP packets to make them 417 Great, now insight talks to freedom directly on arc0, and sends packets 434 determine how to route packets. This means that to get to freedom or 448 This way, freedom will send all packets for patience through arc0e,
|
D | vrf.txt | 40 using an rx_handler which gives the impression that packets flow through 41 the VRF device. Similarly on egress routing rules are used to send packets 43 allows tcpdump on a VRF device to capture all packets into and out of the 48 packets are not seen by tcpdump. Will revisit this limitation in a
|
D | framerelay.txt | 17 to the FRAD to accept incoming packets.
|
D | pktgen.txt | 39 One should hesitate to conclude that packets/descriptors in the HW 41 ring-buffers for various performance reasons, and packets stalling 126 pgset "count 200000" sets number of packets to send, set to zero
|
D | l2tp.txt | 125 SENDSEQ - 0 => don't send packets with sequence numbers 126 1 => send packets with sequence numbers 128 1 => drop receive packets without sequence numbers 183 PPPOL2TP_MSG_DATA data packets
|
D | xfrm_sync.txt | 117 in incremental packet count. The default is two packets. 163 there is a period where the timer threshold expires with no packets
|
/linux-4.4.14/drivers/net/ |
D | loopback.c | 62 u64 packets; member 93 lb_stats->packets++; in loopback_xmit() 104 u64 packets = 0; in loopback_get_stats64() local 116 tpackets = lb_stats->packets; in loopback_get_stats64() 119 packets += tpackets; in loopback_get_stats64() 121 stats->rx_packets = packets; in loopback_get_stats64() 122 stats->tx_packets = packets; in loopback_get_stats64()
|
D | nlmon.c | 10 u64 packets; member 22 stats->packets++; in nlmon_xmit() 83 u64 bytes = 0, packets = 0; in nlmon_get_stats64() local 95 tpackets = nl_stats->packets; in nlmon_get_stats64() 98 packets += tpackets; in nlmon_get_stats64() 102 stats->rx_packets = packets; in nlmon_get_stats64()
|
D | veth.c | 30 u64 packets; member 126 stats->packets++; in veth_xmit() 145 result->packets = 0; in veth_stats_one() 149 u64 packets, bytes; in veth_stats_one() local 154 packets = stats->packets; in veth_stats_one() 157 result->packets += packets; in veth_stats_one() 172 tot->tx_packets = one.packets; in veth_get_stats64() 179 tot->rx_packets = one.packets; in veth_get_stats64()
|
D | ifb.c | 138 u64 packets, bytes; in ifb_stats64() local 144 packets = txp->rx_packets; in ifb_stats64() 147 stats->rx_packets += packets; in ifb_stats64() 152 packets = txp->tx_packets; in ifb_stats64() 155 stats->tx_packets += packets; in ifb_stats64()
|
D | Kconfig | 124 This allows one to create virtual interfaces that map packets to 155 and packets will be delivered based on the dest L3 (IPv6/IPv4 addr) 156 on packets. All interfaces (including the main interface) share L2 244 device, which instead of receiving packets from a physical media, 245 receives them from user space program and instead of sending packets
|
/linux-4.4.14/include/linux/netfilter/ipset/ |
D | ip_set.h | 96 u64 packets; member 108 atomic64_t packets; member 300 ip_set_add_packets(u64 packets, struct ip_set_counter *counter) in ip_set_add_packets() argument 302 atomic64_add((long long)packets, &(counter)->packets); in ip_set_add_packets() 314 return (u64)atomic64_read(&(counter)->packets); in ip_set_get_packets() 322 if (ext->packets != ULLONG_MAX && in ip_set_update_counter() 325 ip_set_add_packets(ext->packets, counter); in ip_set_update_counter() 328 mext->packets = ip_set_get_packets(counter); in ip_set_update_counter() 384 if (ext->packets != ULLONG_MAX) in ip_set_init_counter() 385 atomic64_set(&(counter)->packets, (long long)(ext->packets)); in ip_set_init_counter() [all …]
|
/linux-4.4.14/drivers/net/ethernet/adi/ |
D | Kconfig | 34 bool "Use L1 memory for rx/tx packets" 42 int "Number of transmit buffer packets" 48 Set the number of buffer packets used in driver. 51 int "Number of receive buffer packets" 56 Set the number of buffer packets used in driver.
|
/linux-4.4.14/Documentation/blockdev/drbd/ |
D | README.txt | 12 DRBD-8.3-data-packets.svg, DRBD-data-packets.svg 13 relates some functions, and write packets.
|
/linux-4.4.14/Documentation/ |
D | dell_rbu.txt | 22 using the driver breaks the image in to packets of fixed sizes and the driver 24 maintains a link list of packets for reading them back. 45 of contiguous memory and the BIOS image is scattered in these packets. 48 changed to packets during the driver load time by specifying the load 52 In packet update mode the packet size has to be given before any packets can 56 packets of data arranged back to back. It can be done as follows 57 The user creates packets header, gets the chunk of the BIOS image and 60 packet, the user needs to create more such packets out of the entire BIOS 61 image file and then arrange all these packets back to back in to one single 67 This method makes sure that all the packets get to the driver in a single operation.
|
D | IRQ-affinity.txt | 32 6029 packets transmitted, 6027 packets received, 0% packet loss 49 2779 packets transmitted, 2777 packets received, 0% packet loss
|
D | padata.txt | 7 encryption and decryption on large numbers of packets without reordering 8 those packets. The crypto developers made a point of writing padata in a
|
/linux-4.4.14/sound/usb/6fire/ |
D | pcm.c | 168 packet = &rt->in_urbs[i].packets[k]; in usb6fire_pcm_stream_start() 214 if (urb->packets[i].actual_length > 4) in usb6fire_pcm_capture() 215 frame_count = (urb->packets[i].actual_length - 4) in usb6fire_pcm_capture() 227 total_length += urb->packets[i].length; in usb6fire_pcm_capture() 270 if (urb->packets[i].length > 4) in usb6fire_pcm_playback() 271 frame_count = (urb->packets[i].length - 4) in usb6fire_pcm_playback() 307 if (in_urb->packets[i].status) { in usb6fire_pcm_in_urb_handler() 334 out_urb->packets[i].offset = total_length; in usb6fire_pcm_in_urb_handler() 335 out_urb->packets[i].length = (in_urb->packets[i].actual_length in usb6fire_pcm_in_urb_handler() 338 out_urb->packets[i].status = 0; in usb6fire_pcm_in_urb_handler() [all …]
|
D | pcm.h | 33 struct usb_iso_packet_descriptor packets[PCM_N_PACKETS_PER_URB]; member
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | README | 64 such as SSID, operating frequency, rx/tx packets, signal strength, tx bitrate. 108 num_tx_pkts = <number of packets sent to device> 109 num_rx_pkts = <number of packets received from device and sent to kernel> 110 num_tx_pkts_dropped = <number of Tx packets dropped by driver> 111 num_rx_pkts_dropped = <number of Rx packets dropped by driver> 112 num_tx_pkts_err = <number of Tx packets failed to send to device> 113 num_rx_pkts_err = <number of Rx packets failed to receive from device> 120 wmm_ac_vo = <number of packets sent to device from WMM AcVo queue> 121 wmm_ac_vi = <number of packets sent to device from WMM AcVi queue> 122 wmm_ac_be = <number of packets sent to device from WMM AcBE queue> [all …]
|
/linux-4.4.14/sound/usb/ |
D | endpoint.c | 199 for (i = 0; i < ctx->packets; ++i) { in prepare_silent_urb() 223 urb->number_of_packets = ctx->packets; in prepare_silent_urb() 224 urb->transfer_buffer_length = offs * ep->stride + ctx->packets * extra; in prepare_silent_urb() 290 for (i = 0; i < urb_ctx->packets; i++) { in prepare_inbound_urb() 297 urb->number_of_packets = urb_ctx->packets; in prepare_inbound_urb() 351 for (i = 0; i < packet->packets; i++) in queue_pending_output_urbs() 759 u->packets = urb_packs; in data_ep_set_params() 760 u->buffer_size = maxsize * u->packets; in data_ep_set_params() 763 u->packets++; /* for transfer delimiter */ in data_ep_set_params() 764 u->urb = usb_alloc_urb(u->packets, GFP_KERNEL); in data_ep_set_params() [all …]
|
D | card.h | 45 int packets; /* number of packets per urb */ member 71 int packets; member
|
/linux-4.4.14/include/uapi/linux/ |
D | gen_stats.h | 24 __u32 packets; member 28 __u32 packets; member
|
D | pkt_sched.h | 34 __u32 packets; /* Number of enqueued packets */ member 292 __u32 packets; member
|
D | firewire-cdev.h | 825 __u64 packets; member
|
/linux-4.4.14/net/sched/ |
D | Kconfig | 9 When the kernel has several packets to send out over a network 51 scheduling algorithm. This algorithm classifies the waiting packets 189 Say Y if you want to schedule packets according to the 317 Say Y here if you want to use classifiers for incoming packets. 330 causes following packets to enqueue until a dequeue command arrives 336 command, only packets up to the first plug are released for delivery. 358 Say Y here if you want to be able to classify packets using 368 Say Y here if you want to be able to classify packets based on 381 If you say Y here, you will be able to classify packets 391 If you say Y here, you will be able to classify packets [all …]
|
D | sch_generic.c | 61 int *packets) in try_bulk_dequeue_skb() argument 74 (*packets)++; /* GSO counts as one pkt */ in try_bulk_dequeue_skb() 83 int *packets) in dequeue_skb() argument 88 *packets = 1; in dequeue_skb() 105 try_bulk_dequeue_skb(q, skb, txq, packets); in dequeue_skb() 214 static inline int qdisc_restart(struct Qdisc *q, int *packets) in qdisc_restart() argument 223 skb = dequeue_skb(q, &validate, packets); in qdisc_restart() 237 int packets; in __qdisc_run() local 239 while (qdisc_restart(q, &packets)) { in __qdisc_run() 245 quota -= packets; in __qdisc_run()
|
D | sch_mqprio.c | 238 sch->bstats.packets += qdisc->bstats.packets; in mqprio_dump() 349 bstats.packets += qdisc->bstats.packets; in mqprio_dump_class_stats()
|
D | sch_mq.c | 114 sch->bstats.packets += qdisc->bstats.packets; in mq_dump()
|
D | act_simple.c | 44 (char *)d->tcfd_defdata, d->tcf_bstats.packets); in tcf_simp()
|
D | act_gact.c | 39 u32 pack = atomic_inc_return(&gact->packets); in gact_determ()
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | knfsd-stats.txt | 46 packets-arrived 47 Counts how many NFS packets have arrived. More precisely, this 53 effects (such as Large Receive Offload) which can combine packets 83 to but less than the rate of change of the packets-arrived counter. 87 i.e. was not woken to handle any incoming network packets for 106 Note that incoming packets on NFS transports will be dealt with in 114 packets-deferred = packets-arrived - ( sockets-enqueued + threads-woken )
|
/linux-4.4.14/Documentation/cgroups/ |
D | net_cls.txt | 5 tag network packets with a class identifier (classid). 8 different priorities to packets from different cgroups. 10 actions on such packets.
|
/linux-4.4.14/drivers/ptp/ |
D | Kconfig | 36 getting hardware time stamps on the PTP Ethernet packets 50 getting hardware time stamps on the PTP Ethernet packets 69 getting hardware time stamps on the PTP Ethernet packets 82 clock. The hardware supports time stamping of PTP packets 87 hardware time stamps on the PTP Ethernet packets using the
|
/linux-4.4.14/samples/bpf/ |
D | sockex2_user.c | 10 __u64 packets; member 43 value.bytes, value.packets); in main()
|
D | sockex3_user.c | 20 __u64 packets; member 61 value.bytes, value.packets); in main()
|
D | sockex2_kern.c | 187 long packets; member 211 __sync_fetch_and_add(&value->packets, 1); in bpf_prog2()
|
D | sockex3_kern.c | 111 __u64 packets; member 129 __sync_fetch_and_add(&value->packets, 1); in update_stats()
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
D | if_sdio.c | 126 struct if_sdio_packet *packets; member 431 packet = card->packets; in if_sdio_host_to_card_worker() 433 card->packets = packet->next; in if_sdio_host_to_card_worker() 989 if (!card->packets) in if_sdio_host_to_card() 990 card->packets = packet; in if_sdio_host_to_card() 992 cur = card->packets; in if_sdio_host_to_card() 1285 while (card->packets) { in if_sdio_probe() 1286 packet = card->packets; in if_sdio_probe() 1287 card->packets = card->packets->next; in if_sdio_probe() 1332 while (card->packets) { in if_sdio_remove() [all …]
|
/linux-4.4.14/Documentation/video4linux/ |
D | not-in-cx2388x-datasheet.txt | 37 0x47 is the sync byte for MPEG-2 transport stream packets. 39 All DVB compliant frontends output packets with this start code.
|
/linux-4.4.14/include/linux/usb/ |
D | usbnet.h | 231 unsigned long packets; member 239 unsigned long packets, long bytes_delta) in usbnet_set_skb_tx_stats() argument 243 entry->packets = packets; in usbnet_set_skb_tx_stats()
|
/linux-4.4.14/include/uapi/linux/netfilter/ |
D | xt_set.h | 69 struct ip_set_counter_match0 packets; member 88 struct ip_set_counter_match packets; member
|
/linux-4.4.14/tools/perf/Documentation/ |
D | intel-pt.txt | 9 modes and timings and formats it into highly compressed binary packets. 20 the trace data packets. For example a TNT packet only tells whether a 169 So, to disable TSC packets use: 222 tsc Always supported. Produces TSC timestamp packets to provide 230 is produced when a function returns. Causes more packets to be 235 psb_period Allows the frequency of PSB packets to be specified. 255 trace bytes between PSB packets as: 267 If MTC packets are selected, the default config selects a value 278 mtc Produces MTC timing packets. 280 MTC packets provide finer grain timestamp information than TSC [all …]
|
D | intel-bts.txt | 66 When -D is used, Intel BTS packets are displayed. 68 To disable the display of Intel BTS packets, combine the -D option with
|
D | perf-timechart.txt | 28 Upper bar shows incoming events (disk reads, ingress network packets). 29 Lower bar shows outgoing events (disk writes, egress network packets).
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | brcm,bcm7445-switch-v4.0.txt | 36 - brcm,acb-packets-inflight: boolean property, if present indicates that the switch 37 Admission Control Block supports reporting the number of packets in-flight in a 63 brcm,acb-packets-inflight;
|
D | keystone-netcp.txt | 5 Ethernet packets. NetCP has a gigabit Ethernet (GbE) subsytem with a ethernet 6 switch sub-module to send and receive packets. NetCP also includes a packet 10 capable of performing IPSec operations on ingress/egress packets.
|
/linux-4.4.14/drivers/net/team/ |
D | Kconfig | 21 Basic mode where packets are transmitted always by all suitable ports. 32 Basic mode where port used for transmitting packets is selected in 44 Basic mode where port used for transmitting packets is selected
|
/linux-4.4.14/Documentation/netlabel/ |
D | lsm_interface.txt | 10 network packets. It is intended to be used by LSM developers who want to make 30 on outgoing packets as well as read the labels on incoming packets. Functions
|
D | introduction.txt | 10 security attributes to outgoing network packets generated from user space 11 applications and read security attributes from incoming network packets. It
|
D | cipso_ipv4.txt | 17 The CIPSO/IPv4 protocol engine applies the CIPSO IP option to packets by 18 adding the CIPSO label to the socket. This causes all packets leaving the
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-pip.h | 193 uint32_t packets; member 410 status->packets = stat2.s.pkts; in cvmx_pip_get_port_status() 434 if (status->inb_packets > status->packets) in cvmx_pip_get_port_status() 436 status->inb_packets - status->packets; in cvmx_pip_get_port_status()
|
D | cvmx-pko.h | 119 uint32_t packets; member 590 status->packets = pko_mem_count0.s.count; in cvmx_pko_get_port_status()
|
/linux-4.4.14/Documentation/dvb/ |
D | faq.txt | 106 5. The dvb_net device doesn't give me any packets at all 109 into promiscuous mode so it accepts any packets from the PID 111 are any packets with the IP addr and MAC addr you have 117 before checking the statistics.) If there are no packets at 118 all then maybe the PID is wrong. If there are error packets, 123 6. The dvb_net device doesn't give me any multicast packets
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | Kconfig | 18 Connection tracking keeps a record of what packets have passed 143 This module allows one to match AH packets. 161 frag matching allows you to match packets based on the fragmentation 170 This allows one to match packets based on the hop-by-hop 188 This module allows one to match packets based upon 197 This module allows one to match MH packets. 206 This option allows you to match packets whose replies would 216 rt matching allows you to match packets based on the routing
|
/linux-4.4.14/drivers/staging/gdm72xx/ |
D | Kconfig | 18 transmitting packets. 30 Enable support for transmitting multiple packets (packet
|
/linux-4.4.14/Documentation/input/ |
D | alps.txt | 121 Protocol Version 2 DualPoint devices send standard PS/2 mouse packets for 141 packets for the DualPoint Stick + ALPS Absolute Mode packets for the 162 and on others it is reported in the trackstick packets. 204 The last two bytes represent a partial bitmap packet, with 3 full packets 220 2) The bitmaps represent the same data as in the v3 bitmap packets, although 224 protocol packets. Deriving a count of contact points must be done by 227 4) There is a 3 to 1 ratio of position packets to bitmap packets. Therefore 239 packets. This appears to only be used by the Dolphin devices.
|
D | elantech.txt | 57 for 2 fingers the concatenation of two 6 bytes packets) and allows tracking 59 combine a status packet with multiple head or motion packets. Hardware version 194 A: 1 = absolute mode (needs 4 byte packets, see reg_11) 419 In case an error is detected, all the packets are shifted by one (and packet[0] is discarded). 612 sends two 6 byte packets. The first packet contains data for the first finger, 638 head packets or motion packets. A head packet contains data of finger id, finger 643 can expect two following head packets. If the finger status doesn't change, 644 the following packets would be motion packets, only sending delta of finger 648 one finger, the hardware would just send head packets afterwards.
|
D | multi-touch-protocol.txt | 25 Contact details are sent sequentially as separate packets of ABS_MT 31 Drivers for type A devices separate contact packets by calling 36 Drivers for type B devices separate contact packets by calling 44 of events/packets. 54 surface. The order in which the packets appear in the event stream is not 324 The BLOB_ID groups several packets together into one arbitrarily shaped
|
D | atarikbd.txt | 80 +127...-128 range, the motion is broken into multiple packets. 231 Set relative mouse position reporting. (DEFAULT) Mouse position packets are 370 normal threshold limits to produce the minimum number of packets necessary for 372 causes any accumulated motion to be immediately queued as packets, if the 410 Returns: (in packets of two as long as in mode) 420 channel will allow the 2 bytes packets to be transmitted. 565 padded to form 8 byte long return packets. The responses to the status
|
D | sentelic.txt | 70 # FSP uses 2 packets (8 Bytes) to represent Absolute Position. 71 so we have PACKET NUMBER to identify packets. 377 MFMC#0 report packets with zero X and Y to represent 1st finger is up or 378 four consecutive MFMC#1 report packets with zero X and Y to represent that 380 will output four consecutive single-finger, absolute coordinate(SFAC) packets 417 interleaved absolute coordinate packets for each finger. 807 absolute coordinates; otherwise, host only receives packets with
|
D | iforce-protocol.txt | 15 values inside packets are encoded using little-endian. Bytes whose roles are 19 This is how packets look when the device uses the rs232 to communicate.
|
/linux-4.4.14/net/ |
D | Kconfig | 92 This enables security marking of network packets, similar 103 This allows timestamping of network packets by PHYs with 112 Netfilter is a framework for filtering and mangling network packets 118 filter", which means that it can reject individual network packets 135 modifies the packets to make it look like they came from the 183 tristate "Bridged IP/ARP packets filtering" 293 The network stack has to drop packets when a receive processing CPU's 306 This module will inject preconfigured packets, at a configurable 322 state in response to incoming packets. It is used for debugging 339 event that packets are discarded in the network stack. Alerts
|
/linux-4.4.14/sound/usb/usx2y/ |
D | usb_stream.c | 158 int packets, max_packsize; in usb_stream_new() local 177 packets = period_frames * usb_frames / sample_rate + 1; in usb_stream_new() 180 packets = (packets + 7) & ~7; in usb_stream_new() 182 read_size += packets * USB_STREAM_URBDEPTH * in usb_stream_new() 186 write_size = max_packsize * packets * USB_STREAM_URBDEPTH; in usb_stream_new() 205 sk->n_o_ps = packets; in usb_stream_new() 206 sk->s->inpackets = packets * USB_STREAM_URBDEPTH; in usb_stream_new()
|
/linux-4.4.14/drivers/usb/usbip/ |
D | usbip_protocol.txt | 31 send two types of packets: the USBIP_CMD_SUBMIT to submit an URB, and 260 0x20 | 4 | | number_of_packets: number of ISO packets 269 | | | each ISO packets is not transmitted. 315 | | | between each ISO packets is not transmitted. 336 | | | between each ISO packets is not transmitted. 358 | | | between each ISO packets is not transmitted.
|
D | Kconfig | 5 This enables pushing USB packets over IP to allow remote
|
/linux-4.4.14/arch/um/ |
D | Kconfig.net | 29 running UML to exchange packets with its host over one of the 56 packets with the host over a TUN/TAP device. This option will only 69 which can carry any Ethernet frame (and hence even non-IP packets), 70 the slip transport can only carry IP packets. 180 packets. This is commonly (but not limited to) the application 181 known as SLiRP, a program that can re-socket IP packets back onto 182 the host on which it is run. Only IP packets are supported,
|
/linux-4.4.14/include/net/tc_act/ |
D | tc_gact.h | 12 atomic_t packets; member
|
/linux-4.4.14/drivers/input/joystick/iforce/ |
D | Makefile | 9 iforce-y := iforce-ff.o iforce-main.o iforce-packets.o
|
/linux-4.4.14/drivers/net/usb/ |
D | gl620a.c | 76 struct gl_packet packets; member 103 packet = &header->packets; in genelink_rx_fixup()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_device_queue_manager.c | 698 return pm_send_set_resources(&dqm->packets, &res); in set_sched_resources() 735 retval = pm_init(&dqm->packets, dqm); in start_cpsch() 767 pm_uninit(&dqm->packets); in start_cpsch() 786 pm_uninit(&dqm->packets); in stop_cpsch() 939 return pm_send_unmap_queue(&dqm->packets, KFD_QUEUE_TYPE_SDMA, in destroy_sdma_queues() 972 retval = pm_send_unmap_queue(&dqm->packets, KFD_QUEUE_TYPE_COMPUTE, in destroy_queues_cpsch() 978 pm_send_query_status(&dqm->packets, dqm->fence_gpu_addr, in destroy_queues_cpsch() 989 pm_release_ib(&dqm->packets); in destroy_queues_cpsch() 1023 retval = pm_send_runlist(&dqm->packets, &dqm->queues); in execute_queues_cpsch()
|
D | kfd_device_queue_manager.h | 161 struct packet_manager packets; member
|
/linux-4.4.14/drivers/isdn/i4l/ |
D | Kconfig | 41 Say Y here if you want to be able to filter the packets passing over 42 IPPP interfaces. This allows you to control which packets count as 43 activity (i.e. which packets will reset the idle timer or bring up 44 a demand-dialled link) and which packets are to be dropped entirely.
|
/linux-4.4.14/net/l2tp/ |
D | Kconfig | 15 L2TP facilitates the tunneling of packets across an 28 The kernel component handles only L2TP data packets: a 81 in IP packets, it used IP protocol number 115, so this port
|
/linux-4.4.14/drivers/net/wireless/b43/ |
D | pio.c | 85 if (B43_WARN_ON(pack_index >= ARRAY_SIZE(q->packets))) in parse_cookie() 87 *pack = &q->packets[pack_index]; in parse_cookie() 161 for (i = 0; i < ARRAY_SIZE(q->packets); i++) { in b43_setup_pioqueue_tx() 162 p = &(q->packets[i]); in b43_setup_pioqueue_tx() 196 for (i = 0; i < ARRAY_SIZE(q->packets); i++) { in b43_pio_cancel_tx_packets() 197 pack = &(q->packets[i]); in b43_pio_cancel_tx_packets()
|
D | pio.h | 90 struct b43_pio_txpacket packets[B43_PIO_MAX_NR_TXPACKETS]; member
|
/linux-4.4.14/include/net/netfilter/ |
D | nf_conntrack_acct.h | 18 atomic64_t packets; member
|
/linux-4.4.14/Documentation/sysctl/ |
D | net.txt | 49 The maximum number of packets that kernel can handle on a NAPI interrupt, 71 Approximate time in us to busy loop waiting for packets on the device queue. 145 Maximum number of packets taken from all interfaces in one polling cycle (NAPI 152 Maximum number of packets, queued on the INPUT side, when the interface 153 receives packets faster than kernel can process them. 181 the target CPU processes packets. It might give some delay on timestamps, but
|
/linux-4.4.14/drivers/net/ppp/ |
D | Kconfig | 75 Say Y here if you want to be able to filter the packets passing over 76 PPP interfaces. This allows you to control which packets count as 77 activity (i.e. which packets will reset the idle timer or bring up 78 a demand-dialed link) and which packets are to be dropped entirely.
|
/linux-4.4.14/net/ipv4/ |
D | Kconfig | 18 computer that forwards and redistributes network packets, say Y; you 36 automatically rejects incoming packets if the routing table entry 40 asymmetric routing (packets from you to a host take a different path 41 than packets from that host to you) or if you operate a non-routing 89 for those packets. The router considers all these paths to be of 99 received packets which look strange and could be evidence of an 184 This is helper module to demultiplex GRE packets on GRE version field criteria. 220 packets that have several destination addresses. It is needed on the 281 an aid in tracing the packets to their actual source and should not 554 loss packets. [all …]
|
/linux-4.4.14/drivers/media/common/siano/ |
D | Kconfig | 29 statistics response packets via debugfs. Currently, works
|
/linux-4.4.14/net/atm/ |
D | Kconfig | 37 briefly removed during revalidation. If you say Y here, packets to 46 LANE client can also act as an proxy client bridging packets between
|
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_netdev.c | 1107 u64 bytes, packets; in fm10k_get_stats64() local 1119 packets = ring->stats.packets; in fm10k_get_stats64() 1123 stats->rx_packets += packets; in fm10k_get_stats64() 1135 packets = ring->stats.packets; in fm10k_get_stats64() 1139 stats->tx_packets += packets; in fm10k_get_stats64()
|
D | fm10k_main.c | 659 rx_ring->stats.packets += total_packets; in fm10k_clean_rx_irq() 1144 return ring->stats.packets; in fm10k_get_tx_completed() 1297 tx_ring->stats.packets += total_packets; in fm10k_clean_tx_irq() 1366 unsigned int avg_wire_size, packets; in fm10k_update_itr() local 1372 packets = ring_container->total_packets; in fm10k_update_itr() 1373 if (!packets) in fm10k_update_itr() 1376 avg_wire_size = ring_container->total_bytes / packets; in fm10k_update_itr()
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | htc_mbox.c | 1567 static void htc_ctrl_rx(struct htc_target *context, struct htc_packet *packets) in htc_ctrl_rx() argument 1569 if (packets->endpoint != ENDPOINT_0) { in htc_ctrl_rx() 1574 if (packets->status == -ECANCELED) { in htc_ctrl_rx() 1575 reclaim_rx_ctrl_buf(context, packets); in htc_ctrl_rx() 1579 if (packets->act_len > 0) { in htc_ctrl_rx() 1581 packets->act_len + HTC_HDR_LENGTH); in htc_ctrl_rx() 1585 packets->buf - HTC_HDR_LENGTH, in htc_ctrl_rx() 1586 packets->act_len + HTC_HDR_LENGTH); in htc_ctrl_rx() 1589 htc_reclaim_rxbuf(context, packets, &context->endpoint[0]); in htc_ctrl_rx() 2144 struct htc_packet *packets, *tmp_pkt; in ath6kl_htc_rxmsg_pending_handler() local [all …]
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
D | af9005.c | 721 int i, packets, ret, act_len; in af9005_download_firmware() local 733 packets = fw->size / FW_BULKOUT_SIZE; in af9005_download_firmware() 736 for (i = 0; i < packets; i++) { in af9005_download_firmware() 752 if (reply != (u8) (packets & 0xff)) { in af9005_download_firmware() 753 err("after downloading firmware, FW_CONFIRM expected 0x%x, received 0x%x", packets & 0xff, reply); in af9005_download_firmware()
|
/linux-4.4.14/drivers/net/wireless/ti/wl12xx/ |
D | debugfs.c | 73 WL12XX_DEBUGFS_FWSTATS_FILE(wep, packets, "%u"); 183 DEBUGFS_FWSTATS_ADD(wep, packets); in wl12xx_debugfs_add_files()
|
D | acx.h | 146 __le32 packets; member
|
/linux-4.4.14/Documentation/security/ |
D | Smack.txt | 95 decisions on packets being delivered to this socket. 99 decisions on packets coming from this socket. 132 packets. 164 representation in network packets. 167 network packets. 172 to the host label. All packets received from single label hosts 221 representation in network packets. 226 that have Smack write access to the host label. All packets 558 intervention. Unlabeled packets that come into the system will be given the 561 Smack requires configuration in the case where packets from a system that is [all …]
|
/linux-4.4.14/net/mac80211/ |
D | sta_info.h | 434 unsigned long packets; member 467 u64 packets[IEEE80211_NUM_ACS]; member
|
D | ethtool.c | 82 data[i++] += sta->rx_stats.packets; \ in ieee80211_get_stats()
|
/linux-4.4.14/arch/frv/ |
D | Kconfig.debug | 45 would like kernel messages to be formatted into GDB $O packets so
|
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/ |
D | netdev.c | 664 int packets, int bytes) in igbvf_update_itr() argument 668 if (packets == 0) in igbvf_update_itr() 674 if (bytes/packets > 8000) in igbvf_update_itr() 676 else if ((packets < 5) && (bytes > 512)) in igbvf_update_itr() 682 if (bytes/packets > 8000) in igbvf_update_itr() 684 else if ((packets < 10) || ((bytes/packets) > 1200)) in igbvf_update_itr() 686 else if ((packets > 35)) in igbvf_update_itr() 688 } else if (bytes/packets > 2000) { in igbvf_update_itr() 690 } else if (packets <= 2 && bytes < 512) { in igbvf_update_itr() 696 if (packets > 35) in igbvf_update_itr()
|
D | igbvf.h | 113 u64 packets; member
|
/linux-4.4.14/drivers/staging/most/Documentation/ |
D | driver_usage.txt | 109 When transceiving synchronous or isochronous data, the number of packets per USB 123 In case 'packets_per_xact' is set to 0xFF the maximum number of packets, 134 packets within one USB transaction. This renders
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 4438 unsigned int packets; in igb_update_ring_itr() local 4448 packets = q_vector->rx.total_packets; in igb_update_ring_itr() 4449 if (packets) in igb_update_ring_itr() 4450 avg_wire_size = q_vector->rx.total_bytes / packets; in igb_update_ring_itr() 4452 packets = q_vector->tx.total_packets; in igb_update_ring_itr() 4453 if (packets) in igb_update_ring_itr() 4455 q_vector->tx.total_bytes / packets); in igb_update_ring_itr() 4510 unsigned int packets = ring_container->total_packets; in igb_update_itr() local 4515 if (packets == 0) in igb_update_itr() 4521 if (bytes/packets > 8000) in igb_update_itr() [all …]
|
D | igb.h | 210 u64 packets; member 217 u64 packets; member
|
/linux-4.4.14/Documentation/infiniband/ |
D | ipoib.txt | 44 which reduces the number of IP packets needed for handling large UDP 50 this case, RX emulation of ICMP PMTU packets is used to cause the
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | en_tx.c | 400 u32 packets = 0; in mlx4_en_process_tx_cq() local 461 packets++; in mlx4_en_process_tx_cq() 483 netdev_tx_completed_queue(ring->tx_queue, packets, bytes); in mlx4_en_process_tx_cq() 900 ring->packets += i; in mlx4_en_xmit() 907 ring->packets++; in mlx4_en_xmit()
|
D | en_port.c | 181 stats->rx_packets += priv->rx_ring[i]->packets; in mlx4_en_DUMP_ETH_STATS() 198 stats->tx_packets += ring->packets; in mlx4_en_DUMP_ETH_STATS()
|
/linux-4.4.14/security/smack/ |
D | Kconfig | 40 This enables security marking of network packets using
|
/linux-4.4.14/net/ipv6/ |
D | xfrm6_input.c | 136 x->curlft.packets++; in xfrm6_input_addr()
|
/linux-4.4.14/arch/cris/arch-v32/lib/ |
D | checksum.S | 16 ;; Optimized for large packets
|
D | checksumcopy.S | 20 ;; Optimized for large packets
|
/linux-4.4.14/drivers/net/wireless/ti/wl1251/ |
D | debugfs.c | 160 DEBUGFS_FWSTATS_FILE(wep, packets, 20, "%u"); 300 DEBUGFS_FWSTATS_DEL(wep, packets); in wl1251_debugfs_delete_files() 401 DEBUGFS_FWSTATS_ADD(wep, packets); in wl1251_debugfs_add_files()
|
/linux-4.4.14/drivers/net/ethernet/xilinx/ |
D | xilinx_axienet_main.c | 585 u32 packets = 0; in axienet_start_xmit_done() local 606 packets++; in axienet_start_xmit_done() 614 ndev->stats.tx_packets += packets; in axienet_start_xmit_done() 732 u32 packets = 0; in axienet_recv() local 772 packets++; in axienet_recv() 790 ndev->stats.rx_packets += packets; in axienet_recv()
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | fw-encoder-api.txt | 73 Assigns the transport stream ID for PCR packets 448 '001' insert in private packets 694 packets to the MPEG. The size of these packets is 2048 bytes (including 696 it is up to the application to fill them in. These packets are apparently
|
/linux-4.4.14/net/dccp/ |
D | Kconfig | 47 state in response to incoming packets. It is used for debugging
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en.h | 229 u64 packets; member 250 u64 packets; member
|
D | en_main.c | 192 MLX5_GET_CTR(out, received_errors.packets); in mlx5e_update_stats() 196 MLX5_GET_CTR(out, transmit_errors.packets); in mlx5e_update_stats() 201 MLX5_GET_CTR(out, received_eth_unicast.packets); in mlx5e_update_stats() 205 MLX5_GET_CTR(out, transmitted_eth_unicast.packets); in mlx5e_update_stats() 210 MLX5_GET_CTR(out, received_eth_multicast.packets); in mlx5e_update_stats() 214 MLX5_GET_CTR(out, transmitted_eth_multicast.packets); in mlx5e_update_stats() 219 MLX5_GET_CTR(out, received_eth_broadcast.packets); in mlx5e_update_stats() 223 MLX5_GET_CTR(out, transmitted_eth_broadcast.packets); in mlx5e_update_stats()
|
D | en_rx.c | 259 rq->stats.packets++; in mlx5e_poll_rx_cq()
|
/linux-4.4.14/drivers/usb/misc/ |
D | usbtest.c | 1885 unsigned i, maxp, packets; in iso_alloc_urb() local 1891 packets = DIV_ROUND_UP(bytes, maxp); in iso_alloc_urb() 1893 urb = usb_alloc_urb(packets, GFP_KERNEL); in iso_alloc_urb() 1899 urb->number_of_packets = packets; in iso_alloc_urb() 1919 for (i = 0; i < packets; i++) { in iso_alloc_urb() 1941 unsigned long packets = 0; in test_queue() local 1966 packets += urbs[i]->number_of_packets; in test_queue() 1969 packets *= param->iterations; in test_queue() 1981 (packets * (1 << (desc->bInterval - 1))) in test_queue() 1983 packets); in test_queue()
|
/linux-4.4.14/drivers/infiniband/ulp/ipoib/ |
D | Kconfig | 6 transports IP packets over InfiniBand so you can use your IB
|
/linux-4.4.14/Documentation/networking/dsa/ |
D | bcm_sf2.txt | 21 fail-over not to lose packets during a MoCA role re-election, as well as out of 47 packets entering the CPU port. The tag format is described in
|
/linux-4.4.14/Documentation/networking/caif/ |
D | Linux-CAIF.txt | 82 and for adding/extracting header and trailers to protocol packets. 164 receive of packets is handled as by the rest of the layers: the 'dn->transmit()'
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.megaraid | 149 returning pending packets in the pend_list if there are multiple 150 pending packets. 151 Fix: Made the change in the driver so that it will return all packets 396 i. Fix data corruption. Because of a typo in the driver, the IO packets 439 i. When copying the mailbox packets, copy only first 14 bytes (for 32-bit 613 Driver now treats the management packets as special packets and has a
|
/linux-4.4.14/drivers/input/ |
D | mousedev.c | 101 struct mousedev_motion packets[PACKET_QUEUE_LEN]; member 277 p = &client->packets[client->head]; in mousedev_notify_readers() 281 p = &client->packets[client->head = new_head]; in mousedev_notify_readers() 582 struct mousedev_motion *p = &client->packets[client->tail]; in mousedev_packet()
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | Kconfig | 18 Connection tracking keeps a record of what packets have passed 197 inside AH header of IPSec packets. 215 This option allows you to match packets whose replies would 408 for forwarded ARP packets. See the man page for arptables(8).
|
/linux-4.4.14/drivers/net/ethernet/ti/ |
D | netcp_core.c | 902 unsigned int packets; in netcp_rx_poll() local 904 packets = netcp_process_rx_packets(netcp, budget); in netcp_rx_poll() 907 if (packets < budget) { in netcp_rx_poll() 912 return packets; in netcp_rx_poll() 1000 int packets; in netcp_tx_poll() local 1004 packets = netcp_process_tx_compl_packets(netcp, budget); in netcp_tx_poll() 1005 if (packets < budget) { in netcp_tx_poll() 1010 return packets; in netcp_tx_poll()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/ |
D | ixgbevf_main.c | 220 return ring->stats.packets; in ixgbevf_get_tx_completed() 383 tx_ring->stats.packets += total_packets; in ixgbevf_clean_tx_irq() 988 rx_ring->stats.packets += total_rx_packets; in ixgbevf_clean_rx_irq() 1188 int packets = ring_container->total_packets; in ixgbevf_update_itr() local 1193 if (packets == 0) in ixgbevf_update_itr() 3858 u64 bytes, packets; in ixgbevf_get_stats() local 3871 packets = ring->stats.packets; in ixgbevf_get_stats() 3874 stats->rx_packets += packets; in ixgbevf_get_stats() 3882 packets = ring->stats.packets; in ixgbevf_get_stats() 3885 stats->tx_packets += packets; in ixgbevf_get_stats()
|
/linux-4.4.14/drivers/net/hyperv/ |
D | netvsc_drv.c | 627 tx_stats->packets++; in netvsc_start_xmit() 739 rx_stats->packets++; in netvsc_recv_callback() 929 tx_packets = tx_stats->packets; in netvsc_get_stats64() 935 rx_packets = rx_stats->packets; in netvsc_get_stats64()
|
/linux-4.4.14/net/bridge/ |
D | Kconfig | 26 iptables will then see the IP packets being bridged, so you need to
|
/linux-4.4.14/Documentation/aoe/ |
D | aoe.txt | 44 like any retransmitted packets. 133 maximum number of unresponded packets that will be sent to an AoE
|
/linux-4.4.14/Documentation/usb/ |
D | error-codes.txt | 77 reported. That's because transfers often involve several packets, so that 78 one or more packets could finish before an error stops further endpoint I/O.
|
D | URB.txt | 73 // ISO only: packets are only "best effort"; each can have errors 116 If short packets should NOT be tolerated, set URB_SHORT_NOT_OK in 207 sixteen packets to transfer your 1KByte buffer, and ten of them might
|
/linux-4.4.14/drivers/nfc/ |
D | Kconfig | 56 all packets sent from one device is sent back to the other, acting as
|
/linux-4.4.14/net/batman-adv/ |
D | Kconfig | 46 packets in one transmission.
|
/linux-4.4.14/Documentation/isdn/ |
D | README.syncppp | 43 handle compressed packets.
|
/linux-4.4.14/Documentation/wimax/ |
D | README.i2400m | 212 * packets/RX-buffer: total, min, max 225 Note the packets this debug file refers to are not network packet, but 226 packets in the sense of the device-specific protocol for communication
|
/linux-4.4.14/drivers/net/ethernet/qualcomm/ |
D | qca_spi.c | 242 u16 packets = 0; in qcaspi_transmit() local 253 if (packets == 0) in qcaspi_transmit() 263 packets++; in qcaspi_transmit()
|
/linux-4.4.14/drivers/net/ethernet/aurora/ |
D | nb8800.c | 501 unsigned int packets = 0; in nb8800_tx_done() local 534 packets++; in nb8800_tx_done() 537 if (packets) { in nb8800_tx_done() 539 atomic_add(packets, &priv->tx_free); in nb8800_tx_done() 540 netdev_completed_queue(dev, packets, len); in nb8800_tx_done()
|
/linux-4.4.14/drivers/net/ethernet/sgi/ |
D | ioc3-eth.c | 655 unsigned long packets, bytes; in ioc3_tx() local 666 packets = 0; in ioc3_tx() 670 packets++; in ioc3_tx() 682 dev->stats.tx_packets += packets; in ioc3_tx() 684 ip->txqlen -= packets; in ioc3_tx()
|
/linux-4.4.14/drivers/net/wireless/ipw2x00/ |
D | Kconfig | 47 mode, no packets can be sent. 109 mode, no packets can be sent.
|
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/ |
D | i40evf_ethtool.c | 124 data[i++] = adapter->tx_rings[j]->stats.packets; in i40evf_get_ethtool_stats() 128 data[i++] = adapter->rx_rings[j]->stats.packets; in i40evf_get_ethtool_stats()
|
D | i40e_txrx.h | 195 u64 packets; member
|
/linux-4.4.14/net/xfrm/ |
D | xfrm_output.c | 96 x->curlft.packets++; in xfrm_output_one()
|
/linux-4.4.14/arch/cris/arch-v10/ |
D | Kconfig | 26 packets arrive and are sent. It uses macros defined in 36 packets arrive and are sent. It uses macros defined in 46 packets arrive and are sent. It uses macros defined in
|
/linux-4.4.14/net/sctp/ |
D | Kconfig | 45 state in response to incoming packets. It is used for debugging
|
/linux-4.4.14/sound/usb/misc/ |
D | ua101.c | 1054 unsigned int remaining_packets, packets, packets_per_page, i; in alloc_stream_buffers() local 1072 packets = min(remaining_packets, packets_per_page); in alloc_stream_buffers() 1073 size = packets * stream->max_packet_bytes; in alloc_stream_buffers() 1080 remaining_packets -= packets; in alloc_stream_buffers()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_txrx.h | 196 u64 packets; member
|
/linux-4.4.14/net/ipx/ |
D | Kconfig | 53 internal IPX network the cross-forwarding of packets targeted at
|