Lines Matching refs:nxoff
1704 s64 nxoff, xoff; in xtUpdate() local
1712 nxoff = offsetXAD(nxad); in xtUpdate()
1716 if ((rc = xtSearch(ip, nxoff, NULL, &cmp, &btstack, XT_INSERT))) in xtUpdate()
1744 if ((xoff > nxoff) || in xtUpdate()
1745 (nxoff + nxlen > xoff + xlen)) { in xtUpdate()
1757 if (xoff < nxoff) in xtUpdate()
1775 if (xoff < nxoff) in xtUpdate()
1790 (nxoff == offsetXAD(lxad) + lxlen) && in xtUpdate()
1826 xoff = nxoff = offsetXAD(lxad); in xtUpdate()
1852 if (xoff == nxoff) in xtUpdate()
1861 (nxoff + nxlen == offsetXAD(rxad)) && in xtUpdate()
1865 XADoffset(rxad, nxoff); in xtUpdate()
1892 } else if (xoff == nxoff) in xtUpdate()
1895 if (xoff >= nxoff) { in xtUpdate()
1912 XADlength(xad, nxoff - xoff); in xtUpdate()
1921 split.off = nxoff; in xtUpdate()
1988 if (nxoff + nxlen == xoff + xlen) in xtUpdate()
2022 xlen = xlen - (nxoff - xoff); in xtUpdate()
2023 xoff = nxoff; in xtUpdate()
2030 if ((rc = xtSearch(ip, nxoff, NULL, &cmp, &btstack, XT_INSERT))) in xtUpdate()