/linux-4.19.296/include/linux/netfilter/ipset/ |
D | ip_set_counter.h | 20 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()
|
D | ip_set.h | 99 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/ |
D | qdisc.h | 15 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/ |
D | gen_stats.h | 26 __u32 packets; member 30 __u32 packets; member
|
D | pkt_sched.h | 35 __u32 packets; /* Number of enqueued packets */ member 314 __u32 packets; member
|
D | firewire-cdev.h | 825 __u64 packets; member
|
D | xfrm.h | 79 __u64 packets; member
|
/linux-4.19.296/include/uapi/linux/netfilter/ |
D | xt_set.h | 70 struct ip_set_counter_match0 packets; member 89 struct ip_set_counter_match packets; member
|
/linux-4.19.296/include/linux/usb/ |
D | usbnet.h | 238 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/ |
D | Kconfig | 53 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/ |
D | fs.h | 193 u64 *bytes, u64 *packets, u64 *lastuse); 195 u64 *packets, u64 *bytes);
|
D | mlx5_ifc.h | 2518 u8 packets[0x40]; member
|
/linux-4.19.296/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.19.296/include/net/netfilter/ |
D | nf_conntrack_acct.h | 18 atomic64_t packets; member
|
/linux-4.19.296/include/net/tc_act/ |
D | tc_gact.h | 14 atomic_t packets; member
|
/linux-4.19.296/drivers/media/common/siano/ |
D | Kconfig | 29 statistics response packets via debugfs. Currently, works
|
/linux-4.19.296/include/net/ |
D | act_api.h | 189 u64 packets, u64 lastuse) in tcf_action_stats_update() argument 195 a->ops->stats_update(a, bytes, packets, lastuse); in tcf_action_stats_update()
|
D | sch_generic.h | 733 __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()
|
D | pkt_cls.h | 316 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/ |
D | net_dim.h | 355 u64 packets, in net_dim_sample() argument 360 s->pkt_ctr = packets; in net_dim_sample()
|
/linux-4.19.296/include/linux/sunrpc/ |
D | svc.h | 25 atomic_long_t packets; member
|
/linux-4.19.296/fs/cifs/ |
D | Kconfig | 207 SMB Direct allows transferring SMB packets over RDMA. If unsure,
|