Home
last modified time | relevance | path

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

/include/linux/
Ddim.h252 dim_update_sample(u16 event_ctr, u64 packets, u64 bytes, struct dim_sample *s) in dim_update_sample() argument
255 s->pkt_ctr = packets; in dim_update_sample()
270 dim_update_sample_with_comps(u16 event_ctr, u64 packets, u64 bytes, u64 comps, in dim_update_sample_with_comps() argument
273 dim_update_sample(event_ctr, packets, bytes, s); in dim_update_sample_with_comps()
Dnetdevice.h2729 u64_stats_t packets; member
2734 void dev_lstats_read(struct net_device *dev, u64 *packets, u64 *bytes);
2747 unsigned int packets, in dev_sw_netstats_tx_add() argument
2754 u64_stats_add(&tstats->tx_packets, packets); in dev_sw_netstats_tx_add()
2764 u64_stats_inc(&lstats->packets); in dev_lstats_add()
/include/trace/events/
Dqdisc.h17 int packets, struct sk_buff *skb),
19 TP_ARGS(qdisc, txq, packets, skb),
24 __field( int, packets )
36 __entry->packets = skb ? packets : 0;
46 __entry->txq_state, __entry->packets, __entry->skbaddr )
/include/uapi/linux/netfilter/
Dxt_set.h70 struct ip_set_counter_match0 packets; member
89 struct ip_set_counter_match packets; member
/include/net/netfilter/
Dnf_conntrack_acct.h15 atomic64_t packets; member
68 void nf_ct_acct_add(struct nf_conn *ct, u32 dir, unsigned int packets,
/include/net/
Dfq_impl.h16 __fq_adjust_removal(struct fq *fq, struct fq_flow *flow, unsigned int packets, in __fq_adjust_removal() argument
23 tin->backlog_packets -= packets; in __fq_adjust_removal()
25 fq->backlog -= packets; in __fq_adjust_removal()
66 unsigned int packets = 0, bytes = 0, truesize = 0; in fq_flow_drop() local
79 packets++; in fq_flow_drop()
83 } while (packets < pending); in fq_flow_drop()
85 __fq_adjust_removal(fq, flow, packets, bytes, truesize); in fq_flow_drop()
87 return packets; in fq_flow_drop()
Dgen_stats.h20 u64_stats_t packets; member
Dact_api.h255 void tcf_action_update_stats(struct tc_action *a, u64 bytes, u64 packets,
284 u64 packets, u64 drops, in tcf_action_stats_update() argument
291 a->ops->stats_update(a, bytes, packets, drops, lastuse, hw); in tcf_action_stats_update()
Dsch_generic.h828 __u64 bytes, __u32 packets) in _bstats_update() argument
832 u64_stats_add(&bstats->packets, packets); in _bstats_update()
Dpkt_cls.h297 u64 bytes, u64 packets, u64 drops, u64 lastuse, in tcf_exts_hw_stats_update() argument
309 tcf_action_stats_update(a, bytes, packets, drops, in tcf_exts_hw_stats_update()
/include/uapi/linux/
Dgen_stats.h28 __u32 packets; member
Dfirewire-cdev.h831 __u64 packets; member
Dpkt_sched.h36 __u32 packets; /* Number of enqueued packets */ member
361 __u32 packets; member
Dxfrm.h79 __u64 packets; member
/include/linux/usb/
Dusbnet.h240 unsigned long packets; member
248 unsigned long packets, long bytes_delta) in usbnet_set_skb_tx_stats() argument
252 entry->packets = packets; in usbnet_set_skb_tx_stats()
/include/linux/netfilter/ipset/
Dip_set.h97 atomic64_t packets; member
119 u64 packets; member
518 if (ext->packets != ULLONG_MAX) in ip_set_init_counter()
519 atomic64_set(&(counter)->packets, (long long)(ext->packets)); in ip_set_init_counter()
530 { .bytes = (skb)->len, .packets = 1, .target = true,\
534 { .bytes = ULLONG_MAX, .packets = ULLONG_MAX, \
/include/net/tc_act/
Dtc_gact.h14 atomic_t packets; member
/include/linux/mlx5/
Dfs.h286 u64 *bytes, u64 *packets, u64 *lastuse);
288 u64 *packets, u64 *bytes);
Dmlx5_ifc.h3553 u8 packets[0x40]; member
/include/linux/sunrpc/
Dsvc.h26 atomic_long_t packets; member