GOLDEN HOUR
DIR: /usr/include/linux/netfilter
UP
UPLOAD
Name
Size
Action
[ ipset ]
-
DEL
nf_conntrack_common.h
4.48 KB
DEL
nf_conntrack_ftp.h
438 B
DEL
nf_conntrack_sctp.h
597 B
DEL
nf_conntrack_tcp.h
1.38 KB
DEL
nf_conntrack_tuple_common.h
896 B
DEL
nf_log.h
538 B
DEL
nf_nat.h
1.55 KB
DEL
nf_synproxy.h
576 B
DEL
nf_tables.h
56.89 KB
DEL
nf_tables_compat.h
731 B
DEL
nfnetlink.h
2.4 KB
DEL
nfnetlink_acct.h
900 B
DEL
nfnetlink_compat.h
2.39 KB
DEL
nfnetlink_conntrack.h
6.04 KB
DEL
nfnetlink_cthelper.h
1.18 KB
DEL
nfnetlink_cttimeout.h
2.88 KB
DEL
nfnetlink_hook.h
1.65 KB
DEL
nfnetlink_log.h
3.03 KB
DEL
nfnetlink_osf.h
2.6 KB
DEL
nfnetlink_queue.h
3.5 KB
DEL
x_tables.h
4.36 KB
DEL
xt_AUDIT.h
718 B
DEL
xt_CHECKSUM.h
563 B
DEL
xt_CLASSIFY.h
217 B
DEL
xt_CONNMARK.h
199 B
DEL
xt_CONNSECMARK.h
301 B
DEL
xt_CT.h
853 B
DEL
xt_DSCP.h
697 B
DEL
xt_HMARK.h
933 B
DEL
xt_IDLETIMER.h
1.6 KB
DEL
xt_LED.h
470 B
DEL
xt_LOG.h
642 B
DEL
xt_MARK.h
184 B
DEL
xt_NFLOG.h
556 B
DEL
xt_NFQUEUE.h
779 B
DEL
xt_RATEEST.h
390 B
DEL
xt_SECMARK.h
648 B
DEL
xt_SYNPROXY.h
498 B
DEL
xt_TCPMSS.h
235 B
DEL
xt_TCPOPTSTRIP.h
407 B
DEL
xt_TEE.h
333 B
DEL
xt_TPROXY.h
575 B
DEL
xt_addrtype.h
1.06 KB
DEL
xt_bpf.h
935 B
DEL
xt_cgroup.h
740 B
DEL
xt_cluster.h
374 B
DEL
xt_comment.h
230 B
DEL
xt_connbytes.h
577 B
DEL
xt_connlabel.h
360 B
DEL
xt_connlimit.h
575 B
DEL
xt_connmark.h
901 B
DEL
xt_conntrack.h
2.5 KB
DEL
xt_cpu.h
199 B
DEL
xt_dccp.h
483 B
DEL
xt_devgroup.h
429 B
DEL
xt_dscp.h
701 B
DEL
xt_ecn.h
736 B
DEL
xt_esp.h
418 B
DEL
xt_hashlimit.h
3.18 KB
DEL
xt_helper.h
188 B
DEL
xt_ipcomp.h
485 B
DEL
xt_iprange.h
581 B
DEL
xt_ipvs.h
680 B
DEL
xt_l2tp.h
739 B
DEL
xt_length.h
221 B
DEL
xt_limit.h
673 B
DEL
xt_mac.h
227 B
DEL
xt_mark.h
260 B
DEL
xt_multiport.h
721 B
DEL
xt_nfacct.h
421 B
DEL
xt_osf.h
1.66 KB
DEL
xt_owner.h
535 B
DEL
xt_physdev.h
553 B
DEL
xt_pkttype.h
188 B
DEL
xt_policy.h
1.03 KB
DEL
xt_quota.h
400 B
DEL
xt_rateest.h
859 B
DEL
xt_realm.h
220 B
DEL
xt_recent.h
1.03 KB
DEL
xt_rpfilter.h
320 B
DEL
xt_sctp.h
2.27 KB
DEL
xt_set.h
1.78 KB
DEL
xt_socket.h
640 B
DEL
xt_state.h
331 B
DEL
xt_statistic.h
716 B
DEL
xt_string.h
664 B
DEL
xt_tcpmss.h
253 B
DEL
xt_tcpudp.h
1.22 KB
DEL
xt_time.h
730 B
DEL
xt_u32.h
752 B
DEL
Edit: nfnetlink_log.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _NFNETLINK_LOG_H #define _NFNETLINK_LOG_H /* This file describes the netlink messages (i.e. 'protocol packets'), * and not any kind of function definitions. It is shared between kernel and * userspace. Don't put kernel specific stuff in here */ #include <linux/types.h> #include <linux/netfilter/nfnetlink.h> enum nfulnl_msg_types { NFULNL_MSG_PACKET, /* packet from kernel to userspace */ NFULNL_MSG_CONFIG, /* connect to a particular queue */ NFULNL_MSG_MAX }; struct nfulnl_msg_packet_hdr { __be16 hw_protocol; /* hw protocol (network order) */ __u8 hook; /* netfilter hook */ __u8 _pad; }; struct nfulnl_msg_packet_hw { __be16 hw_addrlen; __u16 _pad; __u8 hw_addr[8]; }; struct nfulnl_msg_packet_timestamp { __aligned_be64 sec; __aligned_be64 usec; }; enum nfulnl_vlan_attr { NFULA_VLAN_UNSPEC, NFULA_VLAN_PROTO, /* __be16 skb vlan_proto */ NFULA_VLAN_TCI, /* __be16 skb htons(vlan_tci) */ __NFULA_VLAN_MAX, }; #define NFULA_VLAN_MAX (__NFULA_VLAN_MAX + 1) enum nfulnl_attr_type { NFULA_UNSPEC, NFULA_PACKET_HDR, NFULA_MARK, /* __u32 nfmark */ NFULA_TIMESTAMP, /* nfulnl_msg_packet_timestamp */ NFULA_IFINDEX_INDEV, /* __u32 ifindex */ NFULA_IFINDEX_OUTDEV, /* __u32 ifindex */ NFULA_IFINDEX_PHYSINDEV, /* __u32 ifindex */ NFULA_IFINDEX_PHYSOUTDEV, /* __u32 ifindex */ NFULA_HWADDR, /* nfulnl_msg_packet_hw */ NFULA_PAYLOAD, /* opaque data payload */ NFULA_PREFIX, /* string prefix */ NFULA_UID, /* user id of socket */ NFULA_SEQ, /* instance-local sequence number */ NFULA_SEQ_GLOBAL, /* global sequence number */ NFULA_GID, /* group id of socket */ NFULA_HWTYPE, /* hardware type */ NFULA_HWHEADER, /* hardware header */ NFULA_HWLEN, /* hardware header length */ NFULA_CT, /* nfnetlink_conntrack.h */ NFULA_CT_INFO, /* enum ip_conntrack_info */ NFULA_VLAN, /* nested attribute: packet vlan info */ NFULA_L2HDR, /* full L2 header */ __NFULA_MAX }; #define NFULA_MAX (__NFULA_MAX - 1) enum nfulnl_msg_config_cmds { NFULNL_CFG_CMD_NONE, NFULNL_CFG_CMD_BIND, NFULNL_CFG_CMD_UNBIND, NFULNL_CFG_CMD_PF_BIND, NFULNL_CFG_CMD_PF_UNBIND, }; struct nfulnl_msg_config_cmd { __u8 command; /* nfulnl_msg_config_cmds */ } __attribute__ ((packed)); struct nfulnl_msg_config_mode { __be32 copy_range; __u8 copy_mode; __u8 _pad; } __attribute__ ((packed)); enum nfulnl_attr_config { NFULA_CFG_UNSPEC, NFULA_CFG_CMD, /* nfulnl_msg_config_cmd */ NFULA_CFG_MODE, /* nfulnl_msg_config_mode */ NFULA_CFG_NLBUFSIZ, /* __u32 buffer size */ NFULA_CFG_TIMEOUT, /* __u32 in 1/100 s */ NFULA_CFG_QTHRESH, /* __u32 */ NFULA_CFG_FLAGS, /* __u16 */ __NFULA_CFG_MAX }; #define NFULA_CFG_MAX (__NFULA_CFG_MAX -1) #define NFULNL_COPY_NONE 0x00 #define NFULNL_COPY_META 0x01 #define NFULNL_COPY_PACKET 0x02 /* 0xff is reserved, don't use it for new copy modes. */ #define NFULNL_CFG_F_SEQ 0x0001 #define NFULNL_CFG_F_SEQ_GLOBAL 0x0002 #define NFULNL_CFG_F_CONNTRACK 0x0004 #endif /* _NFNETLINK_LOG_H */
SAVE FILE
TERMINAL
EXEC