Searched refs:NFNLMSG_TYPE (Results 1 – 6 of 6) sorted by relevance
/external/libnl/lib/netfilter/ |
D | nfnl.c | 116 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()
|
D | log_msg.c | 186 #define NFNLMSG_LOG_TYPE(type) NFNLMSG_TYPE(NFNL_SUBSYS_ULOG, (type))
|
D | queue_msg.c | 298 #define NFNLMSG_QUEUE_TYPE(type) NFNLMSG_TYPE(NFNL_SUBSYS_QUEUE, (type))
|
D | exp.c | 593 #define NFNLMSG_EXP_TYPE(type) NFNLMSG_TYPE(NFNL_SUBSYS_CTNETLINK_EXP, (type))
|
D | ct.c | 662 #define NFNLMSG_CT_TYPE(type) NFNLMSG_TYPE(NFNL_SUBSYS_CTNETLINK, (type))
|
/external/libnl/include/netlink/netfilter/ |
D | nfnl.h | 24 #define NFNLMSG_TYPE(subsys, subtype) (((subsys) << 8) | (subtype)) macro
|