Searched refs:noff (Results 1 - 11 of 11) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sched/
H A Dact_nat.c117 int noff; local
136 noff = skb_network_offset(skb);
137 if (!pskb_may_pull(skb, sizeof(*iph) + noff))
149 !skb_clone_writable(skb, sizeof(*iph) + noff) &&
177 if (!pskb_may_pull(skb, ihl + sizeof(*tcph) + noff) ||
179 !skb_clone_writable(skb, ihl + sizeof(*tcph) + noff) &&
191 if (!pskb_may_pull(skb, ihl + sizeof(*udph) + noff) ||
193 !skb_clone_writable(skb, ihl + sizeof(*udph) + noff) &&
210 if (!pskb_may_pull(skb, ihl + sizeof(*icmph) + noff))
221 noff))
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sched/
H A Dact_nat.c117 int noff; local
136 noff = skb_network_offset(skb);
137 if (!pskb_may_pull(skb, sizeof(*iph) + noff))
149 !skb_clone_writable(skb, sizeof(*iph) + noff) &&
177 if (!pskb_may_pull(skb, ihl + sizeof(*tcph) + noff) ||
179 !skb_clone_writable(skb, ihl + sizeof(*tcph) + noff) &&
191 if (!pskb_may_pull(skb, ihl + sizeof(*udph) + noff) ||
193 !skb_clone_writable(skb, ihl + sizeof(*udph) + noff) &&
210 if (!pskb_may_pull(skb, ihl + sizeof(*icmph) + noff))
221 noff))
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/cifs/
H A Dcifs_dfs_ref.c131 int off, noff; local
171 noff = strlen(sb_mountdata + off);
173 noff = tkn_e - (sb_mountdata + off) + 1;
176 off += noff;
180 off += noff;
184 off += noff;
187 strncat(mountdata, sb_mountdata + off, noff);
188 off += noff;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/cifs/
H A Dcifs_dfs_ref.c131 int off, noff; local
171 noff = strlen(sb_mountdata + off);
173 noff = tkn_e - (sb_mountdata + off) + 1;
176 off += noff;
180 off += noff;
184 off += noff;
187 strncat(mountdata, sb_mountdata + off, noff);
188 off += noff;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/of/
H A Dfdt.c128 u32 sz, noff; local
138 noff = be32_to_cpup((__be32 *)(p + 4));
143 nstr = find_flat_dt_string(noff);
287 u32 sz, noff; local
299 noff = be32_to_cpup((__be32 *)((*p) + 4));
304 pname = find_flat_dt_string(noff);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/of/
H A Dfdt.c128 u32 sz, noff; local
138 noff = be32_to_cpup((__be32 *)(p + 4));
143 nstr = find_flat_dt_string(noff);
287 u32 sz, noff; local
299 noff = be32_to_cpup((__be32 *)((*p) + 4));
304 pname = find_flat_dt_string(noff);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/util/
H A Dprobe-finder.c1088 Dwarf_Off off, noff; local
1117 while (!dwarf_nextcu(dbg, off, &noff, &cuhl, NULL, NULL, NULL) &&
1140 off = noff;
1401 Dwarf_Off off = 0, noff; local
1416 if (dwarf_nextcu(dbg, off, &noff, &cuhl, NULL, NULL, NULL) != 0)
1439 off = noff;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/util/
H A Dprobe-finder.c1088 Dwarf_Off off, noff; local
1117 while (!dwarf_nextcu(dbg, off, &noff, &cuhl, NULL, NULL, NULL) &&
1140 off = noff;
1401 Dwarf_Off off = 0, noff; local
1416 if (dwarf_nextcu(dbg, off, &noff, &cuhl, NULL, NULL, NULL) != 0)
1439 off = noff;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgcrypt-1.5.1/cipher/
H A Dpubkey.c799 size_t nframe, noff, n; local
815 noff = (nframe < nbytes)? nbytes - nframe : 0;
816 n = nframe + noff;
828 if (noff)
829 memset (frame, 0, noff);
830 nframe += noff;
832 frame+noff, nframe-noff, NULL, value));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgcrypt-1.5.1/cipher/
H A Dpubkey.c799 size_t nframe, noff, n; local
815 noff = (nframe < nbytes)? nbytes - nframe : 0;
816 n = nframe + noff;
828 if (noff)
829 memset (frame, 0, noff);
830 nframe += noff;
832 frame+noff, nframe-noff, NULL, value));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgcrypt-1.5.1/cipher/
H A Dpubkey.c799 size_t nframe, noff, n; local
815 noff = (nframe < nbytes)? nbytes - nframe : 0;
816 n = nframe + noff;
828 if (noff)
829 memset (frame, 0, noff);
830 nframe += noff;
832 frame+noff, nframe-noff, NULL, value));

Completed in 715 milliseconds