• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/

Lines Matching refs:up

507 	struct xt_conntrack_mtinfo3 up;
509 memset(&up, 0, sizeof(up));
510 cinfo_transform(&up, info);
511 up.origsrc_port_high = up.origsrc_port;
512 up.origdst_port_high = up.origdst_port;
513 up.replsrc_port_high = up.replsrc_port;
514 up.repldst_port_high = up.repldst_port;
515 cb->data = &up;
517 if (up.origsrc_port != up.origsrc_port_high ||
518 up.origdst_port != up.origdst_port_high ||
519 up.replsrc_port != up.replsrc_port_high ||
520 up.repldst_port != up.repldst_port_high)
523 cinfo_transform(info, &up);
533 struct xt_conntrack_mtinfo3 up;
535 memset(&up, 0, sizeof(up));
536 memcpy(&up, info, sizeof(*info));
537 up.origsrc_port_high = up.origsrc_port;
538 up.origdst_port_high = up.origdst_port;
539 up.replsrc_port_high = up.replsrc_port;
540 up.repldst_port_high = up.repldst_port;
541 cb->data = &up;
543 if (up.origsrc_port != up.origsrc_port_high ||
544 up.origdst_port != up.origdst_port_high ||
545 up.replsrc_port != up.replsrc_port_high ||
546 up.repldst_port != up.repldst_port_high)
549 memcpy(info, &up, sizeof(*info));
905 struct xt_conntrack_mtinfo3 up;
907 cinfo_transform(&up, info);
908 conntrack_dump(&up, "", NFPROTO_IPV4, numeric, false);
916 struct xt_conntrack_mtinfo3 up;
918 cinfo_transform(&up, info);
919 conntrack_dump(&up, "", NFPROTO_IPV6, numeric, false);
983 struct xt_conntrack_mtinfo3 up;
985 cinfo_transform(&up, info);
986 conntrack_dump(&up, "--", NFPROTO_IPV4, true, false);
993 struct xt_conntrack_mtinfo3 up;
995 cinfo_transform(&up, info);
996 conntrack_dump(&up, "--", NFPROTO_IPV6, true, false);