Lines Matching defs: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()
1342 struct tcpcb *tp; in deregister_tcp_functions() local
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()
2216 struct tcpcb *tp = intotcpcb(inp); in tcp_newtcpcb() local
2380 tcp_drop(struct tcpcb *tp, int errno) in tcp_drop()
2401 tcp_discardcb(struct tcpcb *tp) in tcp_discardcb()
2524 tcp_close(struct tcpcb *tp) in tcp_close()
2574 struct tcpcb *tp; in tcp_notify() local
2818 struct tcpcb *tp; in tcp_ctlinput_with_port() local
2971 struct tcpcb *tp; in tcp6_ctlinput_with_port() local
3283 struct tcpcb *tp; in tcp_drop_syn_sent() local
3318 struct tcpcb *tp; in tcp_mtudisc() local
3458 tcp6_use_min_mtu(struct tcpcb *tp) in tcp6_use_min_mtu()
3502 tcp_maxseg(const struct tcpcb *tp) in tcp_maxseg()
3550 tcp_fixed_maxseg(const struct tcpcb *tp) in tcp_fixed_maxseg()
3600 struct tcpcb *tp; in sysctl_drop() local
3945 tcp_state_change(struct tcpcb *tp, int newstate) in tcp_state_change()
3968 struct tcpcb *tp = intotcpcb(inp); in tcp_inptoxtp() local
4017 tcp_log_end_status(struct tcpcb *tp, uint8_t status) in tcp_log_end_status()
4119 tcp_default_switch_failed(struct tcpcb *tp) in tcp_default_switch_failed()
4137 tcp_do_ack_accounting(struct tcpcb *tp, struct tcphdr *th, struct tcpopt *to, uint32_t tiwin, int m… in tcp_do_ack_accounting()
4192 tcp_change_time_units(struct tcpcb *tp, int granularity) in tcp_change_time_units()
4303 tcp_handle_orphaned_packets(struct tcpcb *tp) in tcp_handle_orphaned_packets()
4380 tcp_req_log_req_info(struct tcpcb *tp, struct tcp_sendfile_track *req, in tcp_req_log_req_info()
4421 tcp_req_free_a_slot(struct tcpcb *tp, struct tcp_sendfile_track *ent) in tcp_req_free_a_slot()
4436 tcp_req_check_for_stale_entries(struct tcpcb *tp, uint64_t ts, int rm_oldest) in tcp_req_check_for_stale_entries()
4483 tcp_req_check_for_comp(struct tcpcb *tp, tcp_seq ack_point) in tcp_req_check_for_comp()
4513 tcp_req_is_entry_comp(struct tcpcb *tp, struct tcp_sendfile_track *ent, tcp_seq ack_point) in tcp_req_is_entry_comp()
4528 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()
4557 tcp_req_find_req_for_seq(struct tcpcb *tp, tcp_seq seq) in tcp_req_find_req_for_seq()
4601 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()
4692 tcp_req_alloc_req(struct tcpcb *tp, union tcp_log_userdata *user, uint64_t ts) in tcp_req_alloc_req()
4699 tcp_log_socket_option(struct tcpcb *tp, uint32_t option_num, uint32_t option_val, int err) in tcp_log_socket_option()
4718 tcp_get_srtt(struct tcpcb *tp, int granularity) in tcp_get_srtt()
4754 tcp_account_for_send(struct tcpcb *tp, uint32_t len, uint8_t is_rxt, in tcp_account_for_send()