Home
last modified time | relevance | path

Searched refs:NETLINK_NFLOG (Results 1 – 5 of 5) sorted by relevance

/third_party/iptables/include/linux/netfilter_ipv4/
Dipt_ULOG.h10 #ifndef NETLINK_NFLOG
11 #define NETLINK_NFLOG 5 macro
/third_party/libnl/include/linux-private/linux/
Dnetlink.h14 #define NETLINK_NFLOG 5 /* netfilter/iptables ULOG */ macro
/third_party/libnl/python/netlink/
Dcore.py57 NETLINK_NFLOG = 5 variable
/third_party/libnl/lib/
Dutils.c641 __ADD(NETLINK_NFLOG,nflog),
/third_party/python/Modules/
Dsocketmodule.c7244 #ifdef NETLINK_NFLOG
7245 PyModule_AddIntMacro(m, NETLINK_NFLOG);