OpenCores
URL https://opencores.org/ocsvn/hf-risc/hf-risc/trunk

Subversion Repositories hf-risc

[/] [hf-risc/] [trunk/] [tools/] [riscv-gnu-toolchain-master/] [linux-headers/] [include/] [linux/] [netfilter_ipv6/] [ip6t_NPT.h] - Blame information for rev 13

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 13 serginhofr
#ifndef __NETFILTER_IP6T_NPT
2
#define __NETFILTER_IP6T_NPT
3
 
4
#include <linux/types.h>
5
#include <linux/netfilter.h>
6
 
7
struct ip6t_npt_tginfo {
8
        union nf_inet_addr      src_pfx;
9
        union nf_inet_addr      dst_pfx;
10
        __u8                    src_pfx_len;
11
        __u8                    dst_pfx_len;
12
        /* Used internally by the kernel */
13
        __sum16                 adjustment;
14
};
15
 
16
#endif /* __NETFILTER_IP6T_NPT */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.