Searched refs:seq_next (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_log.c142 static void *seq_next(struct seq_file *s, void *v, loff_t *pos) function
190 .next = seq_next,
H A Dnf_queue.c326 static void *seq_next(struct seq_file *s, void *v, loff_t *pos) function
360 .next = seq_next,
H A Dnfnetlink_log.c908 static void *seq_next(struct seq_file *s, void *v, loff_t *pos) function
933 .next = seq_next,
H A Dnfnetlink_queue.c853 static void *seq_next(struct seq_file *s, void *v, loff_t *pos) function
879 .next = seq_next,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-gru/
H A Dgruprocfs.c240 static void *seq_next(struct seq_file *file, void *data, loff_t *gid) function
250 .next = seq_next,
257 .next = seq_next,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Ddn_nsp.h178 static __inline__ int seq_next(__u16 seq1, __u16 seq2) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/decnet/
H A Ddn_nsp_in.c531 if (seq_next(scp->numoth_rcv, segnum)) {
620 if (seq_next(scp->numoth_rcv, segnum)) {
648 if (seq_next(scp->numdat_rcv, segnum)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dxmit.c239 tid->seq_next = tid->seq_start;
1446 hdr->seq_ctrl = cpu_to_le16(tid->seq_next << IEEE80211_SEQ_SEQ_SHIFT);
1447 bf->bf_seqno = tid->seq_next;
1448 INCR(tid->seq_next, IEEE80211_SEQ_MAX);
2406 tid->seq_start = tid->seq_next = 0;
H A Dath9k.h259 u16 seq_next; member in struct:ath_atx_tid

Completed in 133 milliseconds