diff options
| author | David S. Miller <davem@davemloft.net> | 2016-06-08 01:53:44 +0300 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2016-06-08 01:53:44 +0300 |
| commit | be119913689724b6fe84caa779c2508547c4e8d5 (patch) | |
| tree | 175c3ca36e719394ab7f882e2030d0c55b4487c8 /include/uapi/linux | |
| parent | e69985c67c33f1d981a87986237366e83a8f0e13 (diff) | |
| parent | 48d8ee1694dd1ab25614b58f968123a4598f887e (diff) | |
| download | linux-be119913689724b6fe84caa779c2508547c4e8d5.tar.xz | |
Merge branch 'sch-action-tstamp'
Jamal Hadi Salim says:
====================
net sched action timestamp improvements
Various aggregations of duplicated code, fixes and introduction of firstused
timestamp
v2: add const for source time info per suggestion from Cong
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/pkt_cls.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/pkt_cls.h b/include/uapi/linux/pkt_cls.h index f4297c8a42fe..9ba1410bd21d 100644 --- a/include/uapi/linux/pkt_cls.h +++ b/include/uapi/linux/pkt_cls.h @@ -124,6 +124,7 @@ struct tcf_t { __u64 install; __u64 lastuse; __u64 expires; + __u64 firstuse; }; struct tc_cnt { |
