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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/decnet/netfilter/
H A Ddn_rtmsg.c36 sk_buff_data_t old_tail; local
46 old_tail = skb->tail;
52 nlh->nlmsg_len = skb->tail - old_tail;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/sysklogd/
H A Dsyslogd.c233 int old_tail, new_tail; local
247 old_tail = G.shbuf->tail;
248 new_tail = old_tail + len;
251 memcpy(G.shbuf->data + old_tail, msg, len);
255 int k = G.shbuf->size - old_tail;
257 memcpy(G.shbuf->data + old_tail, msg, k);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dip_queue.c182 sk_buff_data_t old_tail; local
226 old_tail = skb->tail;
262 nlh->nlmsg_len = skb->tail - old_tail;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6_queue.c180 sk_buff_data_t old_tail; local
224 old_tail = skb->tail;
260 nlh->nlmsg_len = skb->tail - old_tail;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/gfs2/
H A Dlog.c237 unsigned int old_tail = sdp->sd_log_tail; local
238 int wrap = (new_tail < old_tail);
244 a = (old_tail <= ai->ai_first);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/netfilter/
H A Dnfnetlink_queue.c335 sk_buff_data_t old_tail; local
401 old_tail = skb->tail;
518 nlh->nlmsg_len = skb->tail - old_tail;
H A Dnfnetlink_log.c389 sk_buff_data_t old_tail = inst->skb->tail; local
533 nlh->nlmsg_len = inst->skb->tail - old_tail;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/rxrpc/
H A Dar-ack.c376 int tail = call->acks_tail, old_tail; local
388 old_tail = tail;
391 if (call->acks_unacked == old_tail)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfsplus_journal/
H A Djbd_journal.c1339 unsigned long old_tail; local
1376 old_tail = journal->j_tail;
1381 journal->j_tail = old_tail;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jbd/
H A Djournal.c1341 unsigned long old_tail; local
1378 old_tail = journal->j_tail;
1383 journal->j_tail = old_tail;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jbd2/
H A Djournal.c1341 unsigned long old_tail; local
1378 old_tail = journal->j_tail;
1383 journal->j_tail = old_tail;

Completed in 198 milliseconds