Searched refs:subsys_id (Results 1 – 1 of 1) sorted by relevance
/external/libnl/lib/netfilter/ |
D | nfnl.c | 107 int nfnl_send_simple(struct nl_sock *sk, uint8_t subsys_id, uint8_t type, in nfnl_send_simple() argument 116 return nl_send_simple(sk, NFNLMSG_TYPE(subsys_id, type), flags, in nfnl_send_simple() 200 struct nl_msg *nfnlmsg_alloc_simple(uint8_t subsys_id, uint8_t type, int flags, in nfnlmsg_alloc_simple() argument 205 msg = nlmsg_alloc_simple(NFNLMSG_TYPE(subsys_id, type), flags); in nfnlmsg_alloc_simple() 231 uint8_t subsys_id, uint8_t type, int flags, uint8_t family, in nfnlmsg_put() argument 236 nlh = nlmsg_put(msg, pid, seq, NFNLMSG_TYPE(subsys_id, type), 0, flags); in nfnlmsg_put()
|