Home | History | Annotate | Download | only in extensions

Lines Matching refs:up

518 	struct xt_conntrack_mtinfo3 up;
520 memset(&up, 0, sizeof(up));
521 cinfo_transform(&up, info);
522 up.origsrc_port_high = up.origsrc_port;
523 up.origdst_port_high = up.origdst_port;
524 up.replsrc_port_high = up.replsrc_port;
525 up.repldst_port_high = up.repldst_port;
526 cb->data = &up;
528 if (up.origsrc_port != up.origsrc_port_high ||
529 up.origdst_port != up.origdst_port_high ||
530 up.replsrc_port != up.replsrc_port_high ||
531 up.repldst_port != up.repldst_port_high)
534 cinfo_transform(info, &up);
544 struct xt_conntrack_mtinfo3 up;
546 memset(&up, 0, sizeof(up));
547 memcpy(&up, info, sizeof(*info));
548 up.origsrc_port_high = up.origsrc_port;
549 up.origdst_port_high = up.origdst_port;
550 up.replsrc_port_high = up.replsrc_port;
551 up.repldst_port_high = up.repldst_port;
552 cb->data = &up;
554 if (up.origsrc_port != up.origsrc_port_high ||
555 up.origdst_port != up.origdst_port_high ||
556 up.replsrc_port != up.replsrc_port_high ||
557 up.repldst_port != up.repldst_port_high)
560 memcpy(info, &up, sizeof(*info));
927 struct xt_conntrack_mtinfo3 up;
929 cinfo_transform(&up, info);
930 conntrack_dump(&up, "", NFPROTO_IPV4, numeric, false);
938 struct xt_conntrack_mtinfo3 up;
940 cinfo_transform(&up, info);
941 conntrack_dump(&up, "", NFPROTO_IPV6, numeric, false);
1005 struct xt_conntrack_mtinfo3 up;
1007 cinfo_transform(&up, info);
1008 conntrack_dump(&up, "--", NFPROTO_IPV4, true, false);
1015 struct xt_conntrack_mtinfo3 up;
1017 cinfo_transform(&up, info);
1018 conntrack_dump(&up, "--", NFPROTO_IPV6, true, false);