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

  /external/libnl/include/netlink/netfilter/
nfnl.h 33 extern int nfnl_send_simple(struct nl_sock *, uint8_t, uint8_t,
  /external/libnl/lib/netfilter/
nfnl.c 58 * // attributes, nfnl_send_simple() may be used to send messages directly.
59 * nfnl_send_simple(sk, SUBSYS, TYPE, 0, FAMILY, RES_ID);
107 int nfnl_send_simple(struct nl_sock *sk, uint8_t subsys_id, uint8_t type, function
ct.c 374 return nfnl_send_simple(sk, NFNL_SUBSYS_CTNETLINK, IPCTNL_MSG_CT_GET,

Completed in 31 milliseconds