Home
last modified time | relevance | path

Searched refs:NFNLMSG_TYPE (Results 1 – 6 of 6) sorted by relevance

/external/libnl/lib/netfilter/
Dnfnl.c116 return nl_send_simple(sk, NFNLMSG_TYPE(subsys_id, type), flags, in nfnl_send_simple()
205 msg = nlmsg_alloc_simple(NFNLMSG_TYPE(subsys_id, type), flags); in nfnlmsg_alloc_simple()
236 nlh = nlmsg_put(msg, pid, seq, NFNLMSG_TYPE(subsys_id, type), 0, flags); in nfnlmsg_put()
Dlog_msg.c186 #define NFNLMSG_LOG_TYPE(type) NFNLMSG_TYPE(NFNL_SUBSYS_ULOG, (type))
Dqueue_msg.c298 #define NFNLMSG_QUEUE_TYPE(type) NFNLMSG_TYPE(NFNL_SUBSYS_QUEUE, (type))
Dexp.c593 #define NFNLMSG_EXP_TYPE(type) NFNLMSG_TYPE(NFNL_SUBSYS_CTNETLINK_EXP, (type))
Dct.c662 #define NFNLMSG_CT_TYPE(type) NFNLMSG_TYPE(NFNL_SUBSYS_CTNETLINK, (type))
/external/libnl/include/netlink/netfilter/
Dnfnl.h24 #define NFNLMSG_TYPE(subsys, subtype) (((subsys) << 8) | (subtype)) macro