Home
last modified time | relevance | path

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

123

/net/netfilter/
A Dnft_counter.c21 u64_stats_t packets; member
26 s64 packets; member
48 u64_stats_inc(&this_cpu->packets); in nft_counter_do_eval()
75 u64_stats_set(&this_cpu->packets, in nft_counter_do_init()
120 u64_stats_add(&this_cpu->packets, -total->packets); in nft_counter_reset()
131 u64 bytes, packets; in nft_counter_fetch() local
143 packets = u64_stats_read(&this_cpu->packets); in nft_counter_fetch()
147 total->packets += packets; in nft_counter_fetch()
161 nla_put_be64(skb, NFTA_COUNTER_PACKETS, cpu_to_be64(total.packets), in nft_counter_do_dump()
253 u64_stats_set(&this_cpu->packets, total.packets); in nft_counter_clone()
[all …]
A 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()
A DKconfig60 for queueing packets via NFNETLINK.
68 for logging packets via NFNETLINK.
121 instead of the individual packets.
131 connections to packets with the same target, with the packets
535 packets matching some criteria.
635 of a packets security association.
870 to packets (if the packets are not already marked). This would
1141 packets:
1160 TCP options from TCP packets.
1336 inside ESP header of IPSec packets.
[all …]
A Dxt_set.c45 .ext.packets = p, \
172 info->packets.value, info->bytes.value, in set_match_v3()
173 info->packets.op, info->bytes.op); in set_match_v3()
175 if (info->packets.op != IPSET_COUNTER_NONE || in set_match_v3()
195 info->packets.value, info->bytes.value, in set_match_v4()
196 info->packets.op, info->bytes.op); in set_match_v4()
198 if (info->packets.op != IPSET_COUNTER_NONE || in set_match_v4()
/net/core/
A Dgen_stats.c121 u64_stats_set(&b->packets, 0); in gnet_stats_basic_sync_init()
135 u64 bytes, packets; in gnet_stats_add_basic_cpu() local
140 packets = u64_stats_read(&bcpu->packets); in gnet_stats_add_basic_cpu()
144 t_packets += packets; in gnet_stats_add_basic_cpu()
155 u64 packets = 0; in gnet_stats_add_basic() local
167 packets = u64_stats_read(&b->packets); in gnet_stats_add_basic()
187 u64 bytes, packets; in gnet_stats_read_basic() local
192 packets = u64_stats_read(&bcpu->packets); in gnet_stats_read_basic()
196 t_packets += packets; in gnet_stats_read_basic()
222 d->tc_stats.packets = bstats_packets; in ___gnet_stats_copy_basic()
[all …]
A Dgen_estimator.c85 b_packets = u64_stats_read(&b.packets); in est_timer()
174 est->last_packets = u64_stats_read(&b.packets); in gen_new_estimator()
/net/mpls/
A DKconfig10 MultiProtocol Label Switching routes packets through logical
11 circuits. Originally conceived as a way of routing packets at
12 hardware speeds (before hardware was capable of routing ipv4 packets),
22 This is helper module to allow segmentation of non-MPLS GSO packets
24 become MPLS GSO packets.
31 Add support for forwarding of mpls packets.
/net/sched/
A DKconfig10 When the kernel has several packets to send out over a network
235 scheduler. This schedules packets according to skb->priority,
488 Say Y here if you want to be able to classify packets using
500 If you say Y here, you will be able to classify packets
510 If you say Y here, you will be able to classify packets
520 Say Y here to be able to classify packets using a universal
639 Say Y here if you want to be able to classify packets using
694 Say Y here to be able to classify packets based on iptables
710 result, instantly drop or redirect packets, etc.
731 accepting packets.
[all …]
A Dsch_generic.c183 int *packets) in try_bulk_dequeue_skb() argument
196 (*packets)++; /* GSO counts as one pkt */ in try_bulk_dequeue_skb()
206 int *packets) in try_bulk_dequeue_skb_slow() argument
223 (*packets) += cnt; in try_bulk_dequeue_skb_slow()
231 int *packets) in dequeue_skb() argument
236 *packets = 1; in dequeue_skb()
303 trace_qdisc_dequeue(q, txq, *packets, skb); in dequeue_skb()
399 skb = dequeue_skb(q, &validate, packets); in qdisc_restart()
415 int packets; in __qdisc_run() local
417 while (qdisc_restart(q, &packets)) { in __qdisc_run()
[all …]
A Dact_gact.c36 u32 pack = atomic_inc_return(&gact->packets); in gact_determ()
173 static void tcf_gact_stats_update(struct tc_action *a, u64 bytes, u64 packets, in tcf_gact_stats_update() argument
180 tcf_action_update_stats(a, bytes, packets, in tcf_gact_stats_update()
181 action == TC_ACT_SHOT ? packets : drops, hw); in tcf_gact_stats_update()
A Dsch_gred.c358 u64 bytes = 0, packets = 0; in gred_offload_dump_stats() local
384 table->tab[i]->packetsin += u64_stats_read(&hw_stats->stats.bstats[i].packets); in gred_offload_dump_stats()
389 packets += u64_stats_read(&hw_stats->stats.bstats[i].packets); in gred_offload_dump_stats()
396 _bstats_update(&sch->bstats, bytes, packets); in gred_offload_dump_stats()
834 opt.packets = q->packetsin; in gred_dump()
A Dsch_htb.c1295 u64 bytes = 0, packets = 0; in htb_offload_aggregate_stats() local
1312 packets += u64_stats_read(&c->bstats_bias.packets); in htb_offload_aggregate_stats()
1315 packets += u64_stats_read(&c->leaf.q->bstats.packets); in htb_offload_aggregate_stats()
1319 _bstats_update(&cl->bstats, bytes, packets); in htb_offload_aggregate_stats()
1349 u64_stats_read(&cl->bstats_bias.packets)); in htb_dump_class_stats()
1571 u64_stats_read(&q->bstats.packets)); in htb_destroy_class_offload()
1934 u64_stats_read(&old_q->bstats.packets)); in htb_change_class()
A Dact_sample.c214 static void tcf_sample_stats_update(struct tc_action *a, u64 bytes, u64 packets, in tcf_sample_stats_update() argument
220 tcf_action_update_stats(a, bytes, packets, drops, hw); in tcf_sample_stats_update()
A Dact_vlan.c338 static void tcf_vlan_stats_update(struct tc_action *a, u64 bytes, u64 packets, in tcf_vlan_stats_update() argument
344 tcf_action_update_stats(a, bytes, packets, drops, hw); in tcf_vlan_stats_update()
A Dact_skbedit.c94 u64 packets, u64 drops, in tcf_skbedit_stats_update() argument
100 tcf_action_update_stats(a, bytes, packets, drops, hw); in tcf_skbedit_stats_update()
/net/ipv6/netfilter/
A DKconfig100 This module allows one to match AH packets.
118 frag matching allows you to match packets based on the fragmentation
127 This allows one to match packets based on the hop-by-hop
145 This module allows one to match packets based upon
154 This module allows one to match MH packets.
163 This option allows you to match packets whose replies would
173 rt matching allows you to match packets based on the routing
182 srh matching allows you to match packets based on the segment
/net/
A DKconfig145 This enables security marking of network packets, similar
156 This allows timestamping of network packets by PHYs (or
166 Netfilter is a framework for filtering and mangling network packets
172 filter", which means that it can reject individual network packets
189 modifies the packets to make it look like they came from the
230 tristate "Bridged IP/ARP packets filtering"
300 This also increases memory overhead of small packets,
376 The network stack has to drop packets when a receive processing CPU's
389 This module will inject preconfigured packets, at a configurable
405 event that packets are discarded in the network stack. Alerts
[all …]
/net/l2tp/
A DKconfig16 L2TP facilitates the tunneling of packets across an
29 The kernel component handles only L2TP data packets: a
82 in IP packets, it used IP protocol number 115, so this port
/net/ipv4/
A DKconfig19 computer that forwards and redistributes network packets, say Y; you
37 automatically rejects incoming packets if the routing table entry
41 asymmetric routing (packets from you to a host take a different path
42 than packets from that host to you) or if you operate a non-routing
88 for those packets. The router considers all these paths to be of
98 received packets which look strange and could be evidence of an
226 packets that have several destination addresses. It is needed on the
287 an aid in tracing the packets to their actual source and should not
567 Note that in general congestion avoidance (cwnd decreased when # packets
600 loss packets.
[all …]
/net/atm/
A DKconfig38 briefly removed during revalidation. If you say Y here, packets to
47 LANE client can also act as an proxy client bridging packets between
/net/psample/
A DKconfig11 This netlink channel allows transferring packets alongside some
/net/ipv6/
A Dseg6_local.c159 u64_stats_t packets; member
176 __u64 packets; member
1600 u64_stats_inc(&pcounters->packets); in seg6_local_update_counters()
2011 if (nla_put_u64_64bit(skb, SEG6_LOCAL_CNT_PACKETS, counters->packets, in seg6_local_fill_nla_counters()
2038 u64 packets, bytes, errors; in put_nla_counters() local
2045 packets = u64_stats_read(&pcounters->packets); in put_nla_counters()
2051 counters.packets += packets; in put_nla_counters()
A DKconfig176 into IPv4 packets. This is useful if you want to connect two IPv6
297 Support for encapsulation of packets within an outer IPv6
300 processing of SRv6 packets based on their active segment.
313 of SR-enabled packets.
/net/netfilter/ipset/
A Dip_set_core.c492 ext->packets = be64_to_cpu(nla_get_be64( in ip_set_get_extensions()
532 return (u64)atomic64_read(&(counter)->packets); in ip_set_get_packets()
613 ip_set_add_packets(u64 packets, struct ip_set_counter *counter) in ip_set_add_packets() argument
615 atomic64_add((long long)packets, &(counter)->packets); in ip_set_add_packets()
622 if (ext->packets != ULLONG_MAX && in ip_set_update_counter()
625 ip_set_add_packets(ext->packets, counter); in ip_set_update_counter()
651 mext->packets, mext->packets_op) && in ip_set_match_extensions()
/net/mac80211/
A Dsta_info.h427 unsigned long packets; member
552 u64 packets[IEEE80211_NUM_ACS]; member

Completed in 68 milliseconds

123