Home
last modified time | relevance | path

Searched refs:packets (Results 1 – 25 of 433) sorted by relevance

12345678910>>...18

/Linux-v4.19/include/linux/netfilter/ipset/
Dip_set_counter.h20 ip_set_add_packets(u64 packets, struct ip_set_counter *counter) in ip_set_add_packets() argument
22 atomic64_add((long long)packets, &(counter)->packets); in ip_set_add_packets()
34 return (u64)atomic64_read(&(counter)->packets); in ip_set_get_packets()
59 if (ext->packets != ULLONG_MAX && in ip_set_update_counter()
62 ip_set_add_packets(ext->packets, counter); in ip_set_update_counter()
83 if (ext->packets != ULLONG_MAX) in ip_set_init_counter()
84 atomic64_set(&(counter)->packets, (long long)(ext->packets)); in ip_set_init_counter()
/Linux-v4.19/Documentation/networking/
Dseg6-sysctl.txt4 Accept or drop SR-enabled IPv6 packets on this interface.
6 Relevant packets are those with SRH present and DA = local.
12 Define HMAC policy for ingress SR-enabled packets on this interface.
15 0 - Accept SR packets without HMAC, validate SR packets with HMAC
16 1 - Drop SR packets without HMAC, validate SR packets with HMAC
Dnf_conntrack-sysctl.txt22 Verify checksum of incoming packets. Packets with bad checksums are
23 in INVALID state. If this is enabled, such packets will not be
45 purpose, the fragment handler will toss packets until
85 1 - log ICMP packets
86 6 - log TCP packets
87 17 - log UDP packets
88 33 - log DCCP packets
89 41 - log ICMPv6 packets
90 136 - log UDPLITE packets
91 255 - log packets of any protocol
[all …]
Daltera_tse.txt141 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 …]
Dnetvsc.txt22 Hyper-V supports receive side scaling. For TCP & UDP, packets can
31 On Azure, fragmented UDP packets have high loss rate with L4
45 like packets and significantly reduces CPU usage under heavy Rx
68 contain one or more packets. The number of receive sections may be changed
71 There is a similar send buffer which is used to aggregate packets for sending.
73 contain one or more packets. The send buffer is an optimization, the driver
74 will use slower method to handle very large packets or if the send buffer
Dscaling.txt24 (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 …]
Dnf_flowtable.txt10 Initial packets follow the classic forwarding path, once the flow enters the
17 path (the visible effect is that you do not see these packets from any of the
27 selectively specify what flows are placed into the flow table. Hence, packets
28 follow the classic forwarding path unless the user explicitly instruct packets
64 The flowtable entry also stores the NAT configuration, so all packets are
65 mangled according to the NAT policy that matches the initial packets that went
84 counter packets 0 bytes 0
98 does not get updated for the packets that are being forwarded through the
Dudplite.txt8 (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 …]
/Linux-v4.19/sound/firewire/
Dpackets-buffer.c30 b->packets = kmalloc_array(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()
Damdtp-stream.c414 s->buffer.packets[s->packet_index].offset); in queue_packet()
447 buffer = s->buffer.packets[s->packet_index].buffer; in handle_out_packet()
493 buffer = s->buffer.packets[s->packet_index].buffer; in handle_out_packet_without_header()
528 buffer = s->buffer.packets[s->packet_index].buffer; in handle_in_packet()
640 buffer = s->buffer.packets[s->packet_index].buffer; in handle_in_packet_without_header()
689 unsigned int i, packets = header_length / 4; in out_stream_callback() local
698 cycle = increment_cycle_count(cycle, QUEUE_LENGTH - packets); in out_stream_callback()
700 for (i = 0; i < packets; ++i) { in out_stream_callback()
719 unsigned int i, packets; in in_stream_callback() local
728 packets = header_length / IN_PACKET_HEADER_SIZE; in in_stream_callback()
[all …]
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-class-net-statistics14 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 …]
/Linux-v4.19/include/trace/events/
Dqdisc.h15 int packets, struct sk_buff *skb),
17 TP_ARGS(qdisc, txq, packets, skb),
22 __field( int, packets )
34 __entry->packets = skb ? packets : 0;
44 __entry->txq_state, __entry->packets, __entry->skbaddr )
/Linux-v4.19/net/netfilter/
Dnft_counter.c22 s64 packets; member
45 this_cpu->packets++; in nft_counter_do_eval()
73 this_cpu->packets = in nft_counter_do_init()
114 this_cpu->packets -= total->packets; in nft_counter_reset()
124 u64 bytes, packets; in nft_counter_fetch() local
135 packets = this_cpu->packets; in nft_counter_fetch()
139 total->packets += packets; in nft_counter_fetch()
153 nla_put_be64(skb, NFTA_COUNTER_PACKETS, cpu_to_be64(total.packets), in nft_counter_do_dump()
246 this_cpu->packets = total.packets; in nft_counter_clone()
Dxt_connbytes.c45 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()
/Linux-v4.19/net/mpls/
DKconfig9 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.
29 Add support for forwarding of mpls packets.
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_counters.c136 u64 packets; in mlx5_fc_stats_query() local
143 counter->id, &packets, &bytes); in mlx5_fc_stats_query()
145 if (c->packets == packets) in mlx5_fc_stats_query()
148 c->packets = packets; in mlx5_fc_stats_query()
318 u64 *packets, u64 *bytes) in mlx5_fc_query() argument
320 return mlx5_cmd_fc_query(dev, counter->id, packets, bytes); in mlx5_fc_query()
325 u64 *bytes, u64 *packets, u64 *lastuse) in mlx5_fc_query_cached() argument
332 *packets = c.packets - counter->lastpackets; in mlx5_fc_query_cached()
336 counter->lastpackets = c.packets; in mlx5_fc_query_cached()
/Linux-v4.19/net/core/
Dgen_stats.c131 u32 packets; in __gnet_stats_copy_basic_cpu() local
136 packets = bcpu->bstats.packets; in __gnet_stats_copy_basic_cpu()
140 bstats->packets += packets; in __gnet_stats_copy_basic_cpu()
160 bstats->packets = b->packets; in __gnet_stats_copy_basic()
190 d->tc_stats.packets = bstats.packets; in gnet_stats_copy_basic()
198 sb.packets = bstats.packets; in gnet_stats_copy_basic()
/Linux-v4.19/drivers/net/
Dloopback.c63 u64 packets; member
94 lb_stats->packets++; in loopback_xmit()
105 u64 packets = 0; in loopback_get_stats64() local
117 tpackets = lb_stats->packets; in loopback_get_stats64()
120 packets += tpackets; in loopback_get_stats64()
122 stats->rx_packets = packets; in loopback_get_stats64()
123 stats->tx_packets = packets; in loopback_get_stats64()
Dnlmon.c10 u64 packets; member
22 stats->packets++; in nlmon_xmit()
65 u64 bytes = 0, packets = 0; in nlmon_get_stats64() local
77 tpackets = nl_stats->packets; in nlmon_get_stats64()
80 packets += tpackets; in nlmon_get_stats64()
84 stats->rx_packets = packets; in nlmon_get_stats64()
/Linux-v4.19/tools/testing/selftests/net/
Dudpgso_bench_rx.c39 static unsigned long packets, bytes; variable
133 packets++; in do_flush_tcp()
188 packets++; in do_flush_udp()
241 if (packets) in do_recv()
245 bytes >> 20, packets); in do_recv()
246 bytes = packets = 0; in do_recv()
/Linux-v4.19/samples/bpf/
Dxdp_monitor_user.c236 __u64 packets = 0; in calc_pps() local
240 packets = r->processed - p->processed; in calc_pps()
241 pps = packets / period; in calc_pps()
248 __u64 packets = 0; in calc_pps_u64() local
252 packets = r->processed - p->processed; in calc_pps_u64()
253 pps = packets / period; in calc_pps_u64()
260 __u64 packets = 0; in calc_drop() local
264 packets = r->dropped - p->dropped; in calc_drop()
265 pps = packets / period; in calc_drop()
272 __u64 packets = 0; in calc_info() local
[all …]
/Linux-v4.19/Documentation/
Ddell_rbu.txt34 using the driver breaks the image in to packets of fixed sizes and the driver
36 maintains a link list of packets for reading them back.
60 of contiguous memory and the BIOS image is scattered in these packets.
63 changed to packets during the driver load time by specifying the load
68 In packet update mode the packet size has to be given before any packets can
74 packets of data arranged back to back. It can be done as follows
75 The user creates packets header, gets the chunk of the BIOS image and
78 packet, the user needs to create more such packets out of the entire BIOS
79 image file and then arrange all these packets back to back in to one single
87 This method makes sure that all the packets get to the driver in a single operation.
/Linux-v4.19/Documentation/blockdev/drbd/
DREADME.txt12 DRBD-8.3-data-packets.svg, DRBD-data-packets.svg
13 relates some functions, and write packets.
/Linux-v4.19/sound/usb/6fire/
Dpcm.c168 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 …]
/Linux-v4.19/Documentation/infiniband/
Dopa_vnic.txt3 the Ethernet packets between HFI nodes.
7 The patterns of exchanges of Omni-Path encapsulated Ethernet packets
10 permitted to exchange encapsulated Ethernet packets across a particular
14 nodes across the fabric exchange encapsulated Ethernet packets over a
93 received VNIC packets to different VNIC ports.
111 packets in the transmit path and provides HW access to them. It strips
112 the Omni-Path header from the received packets before passing them up
122 operation. It also handles the encapsulation of Ethernet packets with an

12345678910>>...18