Lines Matching refs:nxoff
1717 s64 nxoff, xoff; in xtUpdate() local
1725 nxoff = offsetXAD(nxad); in xtUpdate()
1729 if ((rc = xtSearch(ip, nxoff, NULL, &cmp, &btstack, XT_INSERT))) in xtUpdate()
1757 if ((xoff > nxoff) || in xtUpdate()
1758 (nxoff + nxlen > xoff + xlen)) { in xtUpdate()
1770 if (xoff < nxoff) in xtUpdate()
1788 if (xoff < nxoff) in xtUpdate()
1803 (nxoff == offsetXAD(lxad) + lxlen) && in xtUpdate()
1839 xoff = nxoff = offsetXAD(lxad); in xtUpdate()
1865 if (xoff == nxoff) in xtUpdate()
1874 (nxoff + nxlen == offsetXAD(rxad)) && in xtUpdate()
1878 XADoffset(rxad, nxoff); in xtUpdate()
1905 } else if (xoff == nxoff) in xtUpdate()
1908 if (xoff >= nxoff) { in xtUpdate()
1925 XADlength(xad, nxoff - xoff); in xtUpdate()
1934 split.off = nxoff; in xtUpdate()
2001 if (nxoff + nxlen == xoff + xlen) in xtUpdate()
2035 xlen = xlen - (nxoff - xoff); in xtUpdate()
2036 xoff = nxoff; in xtUpdate()
2043 if ((rc = xtSearch(ip, nxoff, NULL, &cmp, &btstack, XT_INSERT))) in xtUpdate()