Searched defs:subsys_id (Results 1 - 1 of 1) sorted by relevance

/external/libnl/lib/netfilter/
H A Dnfnl.c99 * @arg subsys_id nfnetlink subsystem
107 int nfnl_send_simple(struct nl_sock *sk, uint8_t subsys_id, uint8_t type, argument
116 return nl_send_simple(sk, NFNLMSG_TYPE(subsys_id, type), flags,
192 * @arg subsys_id nfnetlink subsystem
200 struct nl_msg *nfnlmsg_alloc_simple(uint8_t subsys_id, uint8_t type, int flags, argument
205 msg = nlmsg_alloc_simple(NFNLMSG_TYPE(subsys_id, type), flags);
224 * @arg subsys_id nfnetlink subsystem
231 uint8_t subsys_id, uint8_t type, int flags, uint8_t family,
236 nlh = nlmsg_put(msg, pid, seq, NFNLMSG_TYPE(subsys_id, type), 0, flags);
230 nfnlmsg_put(struct nl_msg *msg, uint32_t pid, uint32_t seq, uint8_t subsys_id, uint8_t type, int flags, uint8_t family, uint16_t res_id) argument

Completed in 875 milliseconds