Lines Matching defs:tp

278 #define ND6_HINT(tp) \  argument
286 #define ND6_HINT(tp) argument
296 #define DELAY_ACK(tp) \ argument
300 #define acceptable_window_update(tp, th, tiwin) \ argument
307 #define need_early_retransmit(tp, ownd) \ argument
322 tcp_paws_canreasslast(const struct tcpcb *tp, const struct tcphdr *th, int tlen) in tcp_paws_canreasslast()
360 tcp_ncr_update_rxtthresh(struct tcpcb *tp) in tcp_ncr_update_rxtthresh()
374 tcp_reass(struct tcpcb *tp, struct tcphdr *th, int *tlenp, struct mbuf *m) in tcp_reass()
649 struct tcpcb *tp = NULL; in tcp_input() local
2783 struct tcpcb *tp = sototcpcb(so); in tcp_pulloutofband() local
2806 tcp_xmit_timer(struct tcpcb *tp, int rtt, tcp_seq ack) in tcp_xmit_timer()
2955 tcp_rmx_mss(struct tcpcb *tp, struct rtentry *rt, int offer) in tcp_rmx_mss()
3106 tcp_rmx_rtt(struct tcpcb *tp, struct rtentry *rt) in tcp_rmx_rtt()
3144 tcp_rmx_init(struct tcpcb *tp, int offer) in tcp_rmx_init()
3172 tcp_mssopt(struct tcpcb *tp) in tcp_mssopt()
3209 tcp_newreno_partial_ack(struct tcpcb *tp, struct tcphdr *th, int acked) in tcp_newreno_partial_ack()
3236 tcp_sack_rexmt(struct tcpcb *tp, boolean_t force) in tcp_sack_rexmt()
3337 tcp_sack_limitedxmit(struct tcpcb *tp) in tcp_sack_limitedxmit()
3396 tcp_timer_keep_activity(struct tcpcb *tp, int thflags) in tcp_timer_keep_activity()
3414 tcp_rmx_msl(const struct tcpcb *tp) in tcp_rmx_msl()
3440 tcp_established(struct tcpcb *tp) in tcp_established()
3462 tcp_recv_dupack(struct tcpcb *tp, tcp_seq th_ack, u_int to_flags) in tcp_recv_dupack()