Home | History | Annotate | Download | only in conntrack

Lines Matching refs:orig

41 	return (ct1->head.orig.l3protonum == ct2->head.orig.l3protonum);
49 return (ct1->head.orig.l4src.icmp.id == ct2->head.orig.l4src.icmp.id);
57 return (ct1->head.orig.l4dst.icmp.type ==
58 ct2->head.orig.l4dst.icmp.type);
66 return (ct1->head.orig.l4dst.icmp.code ==
67 ct2->head.orig.l4dst.icmp.code);
75 return (ct1->head.orig.l4src.all == ct2->head.orig.l4src.all);
83 return (ct1->head.orig.l4dst.all == ct2->head.orig.l4dst.all);
91 if (ct1->head.orig.protonum != ct2->head.orig.protonum)
94 switch(ct1->head.orig.protonum) {
125 return (ct1->head.orig.src.v4 == ct2->head.orig.src.v4);}
132 return (ct1->head.orig.dst.v4 == ct2->head.orig.dst.v4);}
139 return (memcmp(&ct1->head.orig.src.v6, &ct2->head.orig.src.v6,
148 return (memcmp(&ct1->head.orig.dst.v6, &ct2->head.orig.dst.v6,