Enumerations | |
enum | { CTD_ORIGIN_NOT_ME = 0, CTD_ORIGIN_COMMIT, CTD_ORIGIN_FLUSH, CTD_ORIGIN_INJECT } |
Functions | |
int | origin_register (struct nfct_handle *h, int origin_type) |
int | origin_find (const struct nlmsghdr *nlh) |
int | origin_unregister (struct nfct_handle *h) |
References CTD_ORIGIN_NOT_ME, origin::head, list_for_each_entry, origin::nl_portid, nlmsghdr::nlmsg_pid, and type.
int origin_register | ( | struct nfct_handle * | h, |
int | origin_type | ||
) |
References origin::head, nfct_nfnlh(), nfnl_portid(), origin::nl_portid, NULL, and origin::type.
Referenced by ctnl_init().
int origin_unregister | ( | struct nfct_handle * | h | ) |
References origin::head, list_for_each_entry_safe, nfct_nfnlh(), nfnl_portid(), and origin::nl_portid.
Referenced by ctnl_kill().