Home
last modified time | relevance | path

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

/linux-4.19.296/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()
Dip_set.h99 atomic64_t packets; member
121 u64 packets; member
460 { .bytes = (skb)->len, .packets = 1, \
464 { .bytes = ULLONG_MAX, .packets = ULLONG_MAX, \
/linux-4.19.296/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-4.19.296/include/uapi/linux/
Dgen_stats.h26 __u32 packets; member
30 __u32 packets; member
Dpkt_sched.h35 __u32 packets; /* Number of enqueued packets */ member
314 __u32 packets; member
Dfirewire-cdev.h825 __u64 packets; member
Dxfrm.h79 __u64 packets; member
/linux-4.19.296/include/uapi/linux/netfilter/
Dxt_set.h70 struct ip_set_counter_match0 packets; member
89 struct ip_set_counter_match packets; member
/linux-4.19.296/include/linux/usb/
Dusbnet.h238 unsigned long packets; member
246 unsigned long packets, long bytes_delta) in usbnet_set_skb_tx_stats() argument
250 entry->packets = packets; in usbnet_set_skb_tx_stats()
/linux-4.19.296/drivers/ptp/
DKconfig53 packets using the SO_TIMESTAMPING API.
66 getting hardware time stamps on the PTP Ethernet packets
85 getting hardware time stamps on the PTP Ethernet packets
99 clock. The hardware supports time stamping of PTP packets
104 hardware time stamps on the PTP Ethernet packets using the
/linux-4.19.296/include/linux/mlx5/
Dfs.h193 u64 *bytes, u64 *packets, u64 *lastuse);
195 u64 *packets, u64 *bytes);
Dmlx5_ifc.h2518 u8 packets[0x40]; member
/linux-4.19.296/drivers/isdn/i4l/
DKconfig41 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.19.296/include/net/netfilter/
Dnf_conntrack_acct.h18 atomic64_t packets; member
/linux-4.19.296/include/net/tc_act/
Dtc_gact.h14 atomic_t packets; member
/linux-4.19.296/drivers/media/common/siano/
DKconfig29 statistics response packets via debugfs. Currently, works
/linux-4.19.296/include/net/
Dact_api.h189 u64 packets, u64 lastuse) in tcf_action_stats_update() argument
195 a->ops->stats_update(a, bytes, packets, lastuse); in tcf_action_stats_update()
Dsch_generic.h733 __u64 bytes, __u32 packets) in _bstats_update() argument
736 bstats->packets += packets; in _bstats_update()
748 __u64 bytes, __u32 packets) in _bstats_cpu_update() argument
751 _bstats_update(&bstats->bstats, bytes, packets); in _bstats_cpu_update()
Dpkt_cls.h316 u64 bytes, u64 packets, u64 lastuse) in tcf_exts_stats_update() argument
326 tcf_action_stats_update(a, bytes, packets, lastuse); in tcf_exts_stats_update()
/linux-4.19.296/include/linux/
Dnet_dim.h355 u64 packets, in net_dim_sample() argument
360 s->pkt_ctr = packets; in net_dim_sample()
/linux-4.19.296/include/linux/sunrpc/
Dsvc.h25 atomic_long_t packets; member
/linux-4.19.296/fs/cifs/
DKconfig207 SMB Direct allows transferring SMB packets over RDMA. If unsure,