Home | History | Annotate | Download | only in netfilter

Lines Matching refs:nfnl_ct

105 static int ct_parse_ip(struct nfnl_ct *ct, int repl, struct nlattr *attr)
160 static int ct_parse_proto(struct nfnl_ct *ct, int repl, struct nlattr *attr)
190 static int ct_parse_tuple(struct nfnl_ct *ct, int repl, struct nlattr *attr)
214 static int ct_parse_protoinfo_tcp(struct nfnl_ct *ct, struct nlattr *attr)
231 static int ct_parse_protoinfo(struct nfnl_ct *ct, struct nlattr *attr)
250 static int ct_parse_counters(struct nfnl_ct *ct, int repl, struct nlattr *attr)
290 int nfnlmsg_ct_parse(struct nlmsghdr *nlh, struct nfnl_ct **result)
292 struct nfnl_ct *ct;
360 struct nfnl_ct *ct;
383 static int nfnl_ct_build_tuple(struct nl_msg *msg, const struct nfnl_ct *ct,
450 static int nfnl_ct_build_message(const struct nfnl_ct *ct, int cmd, int flags,
472 int nfnl_ct_build_add_request(const struct nfnl_ct *ct, int flags,
478 int nfnl_ct_add(struct nl_sock *sk, const struct nfnl_ct *ct, int flags)
494 int nfnl_ct_build_delete_request(const struct nfnl_ct *ct, int flags,
500 int nfnl_ct_del(struct nl_sock *sk, const struct nfnl_ct *ct, int flags)
516 int nfnl_ct_build_query_request(const struct nfnl_ct *ct, int flags,
522 int nfnl_ct_query(struct nl_sock *sk, const struct nfnl_ct *ct, int flags)