logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

tc_em_nbyte.h (255B)


  1. /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
  2. #ifndef __LINUX_TC_EM_NBYTE_H
  3. #define __LINUX_TC_EM_NBYTE_H
  4. #include <linux/types.h>
  5. #include <linux/pkt_cls.h>
  6. struct tcf_em_nbyte {
  7. __u16 off;
  8. __u16 len:12;
  9. __u8 layer:4;
  10. };
  11. #endif