Home | History | Annotate | Download | only in extensions

Lines Matching refs:up

476 	struct xt_conntrack_mtinfo3 up;
478 memset(&up, 0, sizeof(up));
479 cinfo_transform(&up, info);
480 up.origsrc_port_high = up.origsrc_port;
481 up.origdst_port_high = up.origdst_port;
482 up.replsrc_port_high = up.replsrc_port;
483 up.repldst_port_high = up.repldst_port;
484 cb->data = &up;
486 if (up.origsrc_port != up.origsrc_port_high ||
487 up.origdst_port != up.origdst_port_high ||
488 up.replsrc_port != up.replsrc_port_high ||
489 up.repldst_port != up.repldst_port_high)
492 cinfo_transform(info, &up);
502 struct xt_conntrack_mtinfo3 up;
504 memset(&up, 0, sizeof(up));
505 memcpy(&up, info, sizeof(*info));
506 up.origsrc_port_high = up.origsrc_port;
507 up.origdst_port_high = up.origdst_port;
508 up.replsrc_port_high = up.replsrc_port;
509 up.repldst_port_high = up.repldst_port;
510 cb->data = &up;
512 if (up.origsrc_port != up.origsrc_port_high ||
513 up.origdst_port != up.origdst_port_high ||
514 up.replsrc_port != up.replsrc_port_high ||
515 up.repldst_port != up.repldst_port_high)
518 memcpy(info, &up, sizeof(*info));
874 struct xt_conntrack_mtinfo3 up;
876 cinfo_transform(&up, info);
877 conntrack_dump(&up, "", NFPROTO_IPV4, numeric, false);
885 struct xt_conntrack_mtinfo3 up;
887 cinfo_transform(&up, info);
888 conntrack_dump(&up, "", NFPROTO_IPV6, numeric, false);
952 struct xt_conntrack_mtinfo3 up;
954 cinfo_transform(&up, info);
955 conntrack_dump(&up, "--", NFPROTO_IPV4, true, false);
962 struct xt_conntrack_mtinfo3 up;
964 cinfo_transform(&up, info);
965 conntrack_dump(&up, "--", NFPROTO_IPV6, true, false);