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

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

Completed in 882 milliseconds