| H A D | tcp_input.c | 290 tcp_setup_ack(struct tcpcb *tp, const struct tcphdr *th) in tcp_setup_ack() 294 (tcp_ack_on_push && th->th_flags & TH_PUSH)) in tcp_setup_ack() 301 icmp_check(struct tcpcb *tp, const struct tcphdr *th, int acked) in icmp_check() 309 SEQ_GT(th->th_ack, tp->t_pmtud_th_seq)) in icmp_check() 324 tcp_fields_to_host(struct tcphdr *th) in tcp_fields_to_host() 327 NTOHL(th->th_seq); in tcp_fields_to_host() 328 NTOHL(th->th_ack); in tcp_fields_to_host() 329 NTOHS(th->th_win); in tcp_fields_to_host() 330 NTOHS(th->th_urp); 337 tcp_fields_to_net(struct tcphdr *th) in tcp_fields_to_net() 288 tcp_setup_ack(struct tcpcb * tp,const struct tcphdr * th) tcp_setup_ack() argument 299 icmp_check(struct tcpcb * tp,const struct tcphdr * th,int acked) icmp_check() argument 322 tcp_fields_to_host(struct tcphdr * th) tcp_fields_to_host() argument 335 tcp_fields_to_net(struct tcphdr * th) tcp_fields_to_net() argument 345 tcp_urp_drop(struct tcphdr * th,int todrop,int * tiflags) tcp_urp_drop() argument 453 tcp_reass(struct tcpcb * tp,const struct tcphdr * th,struct mbuf * m,int tlen) tcp_reass() argument 824 tcp4_log_refused(const struct ip * ip,const struct tcphdr * th) tcp4_log_refused() argument 844 tcp6_log_refused(const struct ip6_hdr * ip6,const struct tcphdr * th) tcp6_log_refused() argument 867 tcp_input_checksum(int af,struct mbuf * m,const struct tcphdr * th,int toff,int off,int tlen) tcp_input_checksum() argument 979 tcp_vtw_input(struct tcphdr * th,vestigial_inpcb_t * vp,struct mbuf * m,int tlen) tcp_vtw_input() argument 1179 struct tcphdr *th; tcp_input() local 3003 tcp_signature(struct mbuf * m,struct tcphdr * th,int thoff,struct secasvar * sav,char * sig) tcp_signature() argument 3077 tcp_dooptions(struct tcpcb * tp,const u_char * cp,int cnt,struct tcphdr * th,struct mbuf * m,int toff,struct tcp_opt_info * oi) tcp_dooptions() argument 3257 tcp_pulloutofband(struct socket * so,struct tcphdr * th,struct mbuf * m,int off) tcp_pulloutofband() argument [all...] |