Home | History | Annotate | Download | only in netfilter

Lines Matching refs:ct_repl

65 	nl_addr_put(ct->ct_repl.src);
66 nl_addr_put(ct->ct_repl.dst);
89 if (src->ct_repl.src) {
90 addr = nl_addr_clone(src->ct_repl.src);
93 dst->ct_repl.src = addr;
96 if (src->ct_repl.dst) {
97 addr = nl_addr_clone(src->ct_repl.dst);
100 dst->ct_repl.dst = addr;
303 diff |= CT_DIFF_ADDR(REPL_SRC, ct_repl.src);
304 diff |= CT_DIFF_ADDR(REPL_DST, ct_repl.dst);
305 diff |= CT_DIFF_VAL(REPL_SRC_PORT, ct_repl.proto.port.src);
306 diff |= CT_DIFF_VAL(REPL_DST_PORT, ct_repl.proto.port.dst);
307 diff |= CT_DIFF_VAL(REPL_ICMP_ID, ct_repl.proto.icmp.id);
308 diff |= CT_DIFF_VAL(REPL_ICMP_TYPE, ct_repl.proto.icmp.type);
309 diff |= CT_DIFF_VAL(REPL_ICMP_CODE, ct_repl.proto.icmp.code);
310 diff |= CT_DIFF_VAL(REPL_PACKETS, ct_repl.packets);
311 diff |= CT_DIFF_VAL(REPL_BYTES, ct_repl.bytes);
585 struct nfnl_ct_dir *dir = repl ? &ct->ct_repl : &ct->ct_orig;
592 struct nfnl_ct_dir *dir = repl ? &ct->ct_repl : &ct->ct_orig;
599 const struct nfnl_ct_dir *dir = repl ? &ct->ct_repl : &ct->ct_orig;
608 const struct nfnl_ct_dir *dir = repl ? &ct->ct_repl : &ct->ct_orig;
617 struct nfnl_ct_dir *dir = repl ? &ct->ct_repl : &ct->ct_orig;
632 ct_repl : &ct->ct_orig;
639 struct nfnl_ct_dir *dir = repl ? &ct->ct_repl : &ct->ct_orig;
654 const struct nfnl_ct_dir *dir = repl ? &ct->ct_repl : &ct->ct_orig;
661 struct nfnl_ct_dir *dir = repl ? &ct->ct_repl : &ct->ct_orig;
676 const struct nfnl_ct_dir *dir = repl ? &ct->ct_repl : &ct->ct_orig;
683 struct nfnl_ct_dir *dir = repl ? &ct->ct_repl : &ct->ct_orig;
698 const struct nfnl_ct_dir *dir = repl ? &ct->ct_repl : &ct->ct_orig;
705 struct nfnl_ct_dir *dir = repl ? &ct->ct_repl : &ct->ct_orig;
720 const struct nfnl_ct_dir *dir = repl ? &ct->ct_repl : &ct->ct_orig;
727 struct nfnl_ct_dir *dir = repl ? &ct->ct_repl : &ct->ct_orig;
742 const struct nfnl_ct_dir *dir = repl ? &ct->ct_repl : &ct->ct_orig;
749 struct nfnl_ct_dir *dir = repl ? &ct->ct_repl : &ct->ct_orig;
764 const struct nfnl_ct_dir *dir = repl ? &ct->ct_repl : &ct->ct_orig;