Lines Matching refs:tcpcb
337 static int tcp_default_fb_init(struct tcpcb *tp, void **ptr);
338 static void tcp_default_fb_fini(struct tcpcb *tp, int tcb_is_purged);
339 static int tcp_default_handoff_ok(struct tcpcb *tp);
346 static void tcp_default_switch_failed(struct tcpcb *tp);
368 tcp_record_dsack(struct tcpcb *tp, tcp_seq start, tcp_seq end, int tlp) in tcp_record_dsack()
496 tcp_switch_back_to_default(struct tcpcb *tp) in tcp_switch_back_to_default()
1013 tcp_default_handoff_ok(struct tcpcb *tp) in tcp_default_handoff_ok()
1029 tcp_default_fb_init(struct tcpcb *tp, void **ptr) in tcp_default_fb_init()
1113 tcp_default_fb_fini(struct tcpcb *tp, int tcb_is_purged) in tcp_default_fb_fini()
1134 INPCBSTORAGE_DEFINE(tcpcbstor, tcpcb, "tcpinp", "tcp_inpcb", "tcp", "tcphash");
1342 struct tcpcb *tp; in deregister_tcp_functions()
1402 struct tcpcb *tcpb; in tcp_drain()
1736 tcp_respond(struct tcpcb *tp, void *ipgen, struct tcphdr *th, struct mbuf *m, in tcp_respond()
2172 tcp_send_challenge_ack(struct tcpcb *tp, struct tcphdr *th, struct mbuf *m) in tcp_send_challenge_ack()
2213 struct tcpcb *
2214 tcp_newtcpcb(struct inpcb *inp, struct tcpcb *listening_tcb) in tcp_newtcpcb()
2216 struct tcpcb *tp = intotcpcb(inp); in tcp_newtcpcb()
2379 struct tcpcb *
2380 tcp_drop(struct tcpcb *tp, int errno) in tcp_drop()
2401 tcp_discardcb(struct tcpcb *tp) in tcp_discardcb()
2523 struct tcpcb *
2524 tcp_close(struct tcpcb *tp) in tcp_close()
2574 struct tcpcb *tp; in tcp_notify()
2822 struct tcpcb *tp; in tcp_ctlinput_with_port()
2975 struct tcpcb *tp; in tcp6_ctlinput_with_port()
3287 struct tcpcb *tp; in tcp_drop_syn_sent()
3322 struct tcpcb *tp; in tcp_mtudisc()
3462 tcp6_use_min_mtu(struct tcpcb *tp) in tcp6_use_min_mtu()
3506 tcp_maxseg(const struct tcpcb *tp) in tcp_maxseg()
3554 tcp_fixed_maxseg(const struct tcpcb *tp) in tcp_fixed_maxseg()
3604 struct tcpcb *tp; in sysctl_drop()
3949 tcp_state_change(struct tcpcb *tp, int newstate) in tcp_state_change()
3972 struct tcpcb *tp = intotcpcb(inp); in tcp_inptoxtp()
4021 tcp_log_end_status(struct tcpcb *tp, uint8_t status) in tcp_log_end_status()
4123 tcp_default_switch_failed(struct tcpcb *tp) in tcp_default_switch_failed()
4141 tcp_do_ack_accounting(struct tcpcb *tp, struct tcphdr *th, struct tcpopt *to, uint32_t tiwin, int m… in tcp_do_ack_accounting()
4196 tcp_change_time_units(struct tcpcb *tp, int granularity) in tcp_change_time_units()
4307 tcp_handle_orphaned_packets(struct tcpcb *tp) in tcp_handle_orphaned_packets()
4384 tcp_req_log_req_info(struct tcpcb *tp, struct tcp_sendfile_track *req, in tcp_req_log_req_info()
4425 tcp_req_free_a_slot(struct tcpcb *tp, struct tcp_sendfile_track *ent) in tcp_req_free_a_slot()
4440 tcp_req_check_for_stale_entries(struct tcpcb *tp, uint64_t ts, int rm_oldest) in tcp_req_check_for_stale_entries()
4487 tcp_req_check_for_comp(struct tcpcb *tp, tcp_seq ack_point) in tcp_req_check_for_comp()
4517 tcp_req_is_entry_comp(struct tcpcb *tp, struct tcp_sendfile_track *ent, tcp_seq ack_point) in tcp_req_is_entry_comp()
4532 tcp_req_find_a_req_that_is_completed_by(struct tcpcb *tp, tcp_seq th_ack, int *ip) in tcp_req_find_a_req_that_is_completed_by()
4561 tcp_req_find_req_for_seq(struct tcpcb *tp, tcp_seq seq) in tcp_req_find_req_for_seq()
4605 tcp_req_alloc_req_full(struct tcpcb *tp, struct tcp_snd_req *req, uint64_t ts, int rec_dups) in tcp_req_alloc_req_full()
4696 tcp_req_alloc_req(struct tcpcb *tp, union tcp_log_userdata *user, uint64_t ts) in tcp_req_alloc_req()
4703 tcp_log_socket_option(struct tcpcb *tp, uint32_t option_num, uint32_t option_val, int err) in tcp_log_socket_option()
4722 tcp_get_srtt(struct tcpcb *tp, int granularity) in tcp_get_srtt()
4758 tcp_account_for_send(struct tcpcb *tp, uint32_t len, uint8_t is_rxt, in tcp_account_for_send()