PATH:
usr
/
include
/
linux
/
netfilter_bridge
#ifndef _EBT_ULOG_H #define _EBT_ULOG_H #include <linux/types.h> #define EBT_ULOG_DEFAULT_NLGROUP 0 #define EBT_ULOG_DEFAULT_QTHRESHOLD 1 #define EBT_ULOG_MAXNLGROUPS 32 /* hardcoded netlink max */ #define EBT_ULOG_PREFIX_LEN 32 #define EBT_ULOG_MAX_QLEN 50 #define EBT_ULOG_WATCHER "ulog" #define EBT_ULOG_VERSION 1 struct ebt_ulog_info { __u32 nlgroup; unsigned int cprange; unsigned int qthreshold; char prefix[EBT_ULOG_PREFIX_LEN]; }; typedef struct ebt_ulog_packet_msg { int version; char indev[IFNAMSIZ]; char outdev[IFNAMSIZ]; char physindev[IFNAMSIZ]; char physoutdev[IFNAMSIZ]; char prefix[EBT_ULOG_PREFIX_LEN]; struct timeval stamp; unsigned long mark; unsigned int hook; size_t data_len; /* The complete packet, including Ethernet header and perhaps * the VLAN header is appended */ unsigned char data[0] __attribute__ ((aligned (__alignof__(struct ebt_ulog_info)))); } ebt_ulog_packet_msg_t; #endif /* _EBT_ULOG_H */
[-] ebt_ip.h
[edit]
[-] ebt_limit.h
[edit]
[-] ebt_arp.h
[edit]
[+]
..
[-] ebt_nat.h
[edit]
[-] ebt_stp.h
[edit]
[-] ebt_pkttype.h
[edit]
[-] ebt_among.h
[edit]
[-] ebt_mark_t.h
[edit]
[-] ebt_802_3.h
[edit]
[-] ebtables.h
[edit]
[-] ebt_ulog.h
[edit]
[-] ebt_arpreply.h
[edit]
[-] ebt_vlan.h
[edit]
[-] ebt_redirect.h
[edit]
[-] ebt_log.h
[edit]
[-] ebt_ip6.h
[edit]
[-] ebt_mark_m.h
[edit]
[-] ebt_nflog.h
[edit]