Lines Matching defs:seq
315 void tcp_req_err(struct sock *sk, u32 seq) in tcp_req_err()
369 __u32 seq, snd_una; in tcp_v4_err() local
709 struct sk_buff *skb, u32 seq, u32 ack, in tcp_v4_send_ack()
805 u32 seq = (sk->sk_state == TCP_LISTEN) ? tcp_rsk(req)->snt_isn + 1 : in tcp_v4_reqsk_send_ack() local
1822 static void *listening_get_next(struct seq_file *seq, void *cur) in listening_get_next()
1904 static void *listening_get_idx(struct seq_file *seq, loff_t *pos) in listening_get_idx()
1929 static void *established_get_first(struct seq_file *seq) in established_get_first()
1960 static void *established_get_next(struct seq_file *seq, void *cur) in established_get_next()
1982 static void *established_get_idx(struct seq_file *seq, loff_t pos) in established_get_idx()
1997 static void *tcp_get_idx(struct seq_file *seq, loff_t pos) in tcp_get_idx()
2013 static void *tcp_seek_last_pos(struct seq_file *seq) in tcp_seek_last_pos()
2047 static void *tcp_seq_start(struct seq_file *seq, loff_t *pos) in tcp_seq_start()
2069 static void *tcp_seq_next(struct seq_file *seq, void *v, loff_t *pos) in tcp_seq_next()
2100 static void tcp_seq_stop(struct seq_file *seq, void *v) in tcp_seq_stop()
2267 static int tcp4_seq_show(struct seq_file *seq, void *v) in tcp4_seq_show()