Lines Matching refs:tcphdr
512 struct tcphdr tt_t;
616 struct tcphdr *, int, int, uint8_t);
618 struct tcphdr *, int, int, uint8_t, int, struct timeval *);
1154 struct tcphdr *th;
1162 struct tcphdr *th, struct tcpopt *to,
1378 char *tcp_log_addrs(struct in_conninfo *, struct tcphdr *, const void *,
1380 char *tcp_log_vain(struct in_conninfo *, struct tcphdr *, const void *,
1382 int tcp_reass(struct tcpcb *, struct tcphdr *, tcp_seq *, int *,
1387 void tcp_dropwithreset(struct mbuf *, struct tcphdr *,
1390 struct tcphdr *, struct mbuf *, int);
1392 void tcp_newreno_partial_ack(struct tcpcb *, struct tcphdr *);
1393 void cc_ack_received(struct tcpcb *tp, struct tcphdr *th,
1396 void cc_post_recovery(struct tcpcb *tp, struct tcphdr *th);
1397 void cc_ecnpkt_handler(struct tcpcb *tp, struct tcphdr *th, uint8_t iptos);
1399 void cc_cong_signal(struct tcpcb *tp, struct tcphdr *th, uint32_t type);
1402 struct tcphdr *th, struct tcpopt *to);
1406 int tcp_autorcvbuf(struct mbuf *, struct tcphdr *, struct socket *,
1409 void tcp_do_segment(struct tcpcb *, struct mbuf *, struct tcphdr *, int,
1470 struct tcphdr *, struct mbuf *, tcp_seq, tcp_seq, uint16_t);
1471 void tcp_send_challenge_ack(struct tcpcb *, struct tcphdr *, struct mbuf *);
1472 bool tcp_twcheck(struct inpcb *, struct tcpopt *, struct tcphdr *,
1512 void tcp_do_prr_ack(struct tcpcb *, struct tcphdr *, struct tcpopt *,
1514 void tcp_lost_retransmission(struct tcpcb *, struct tcphdr *);
1515 void tcp_sack_partialack(struct tcpcb *, struct tcphdr *, u_int *);
1518 void tcp_sack_lost_retransmission(struct tcpcb *, struct tcphdr *);
1519 int tcp_newreno(struct tcpcb *, struct tcphdr *);
1564 int tcp_do_ack_accounting(struct tcpcb *tp, struct tcphdr *th, struct tcpopt *to, uint32_t tiwin, i…
1578 tcp_fields_to_host(struct tcphdr *th) in tcp_fields_to_host()
1588 tcp_fields_to_net(struct tcphdr *th) in tcp_fields_to_net()