Home | History | Annotate | Download | only in netfilter

Lines Matching refs:ct_orig

63 	nl_addr_put(ct->ct_orig.src);
64 nl_addr_put(ct->ct_orig.dst);
75 if (src->ct_orig.src) {
76 addr = nl_addr_clone(src->ct_orig.src);
79 dst->ct_orig.src = addr;
82 if (src->ct_orig.dst) {
83 addr = nl_addr_clone(src->ct_orig.dst);
86 dst->ct_orig.dst = addr;
294 diff |= CT_DIFF_ADDR(ORIG_SRC, ct_orig.src);
295 diff |= CT_DIFF_ADDR(ORIG_DST, ct_orig.dst);
296 diff |= CT_DIFF_VAL(ORIG_SRC_PORT, ct_orig.proto.port.src);
297 diff |= CT_DIFF_VAL(ORIG_DST_PORT, ct_orig.proto.port.dst);
298 diff |= CT_DIFF_VAL(ORIG_ICMP_ID, ct_orig.proto.icmp.id);
299 diff |= CT_DIFF_VAL(ORIG_ICMP_TYPE, ct_orig.proto.icmp.type);
300 diff |= CT_DIFF_VAL(ORIG_ICMP_CODE, ct_orig.proto.icmp.code);
301 diff |= CT_DIFF_VAL(ORIG_PACKETS, ct_orig.packets);
302 diff |= CT_DIFF_VAL(ORIG_BYTES, ct_orig.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_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;