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

xt_length.h (221B)


  1. /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
  2. #ifndef _XT_LENGTH_H
  3. #define _XT_LENGTH_H
  4. #include <linux/types.h>
  5. struct xt_length_info {
  6. __u16 min, max;
  7. __u8 invert;
  8. };
  9. #endif /*_XT_LENGTH_H*/