HomeSort by relevance Sort by last modified time
    Searched refs:NFNLMSG_TYPE (Results 1 - 5 of 5) sorted by null

  /external/libnl/include/netlink/netfilter/
nfnl.h 24 #define NFNLMSG_TYPE(subsys, subtype) (((subsys) << 8) | (subtype))
  /external/libnl/lib/netfilter/
nfnl.c 116 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);
log_msg.c 186 #define NFNLMSG_LOG_TYPE(type) NFNLMSG_TYPE(NFNL_SUBSYS_ULOG, (type))
queue_msg.c 261 #define NFNLMSG_QUEUE_TYPE(type) NFNLMSG_TYPE(NFNL_SUBSYS_QUEUE, (type))
ct.c 574 #define NFNLMSG_CT_TYPE(type) NFNLMSG_TYPE(NFNL_SUBSYS_CTNETLINK, (type))

Completed in 1063 milliseconds