Lines Matching defs:tp

422 tcp_record_dsack(struct tcpcb *tp, tcp_seq start, tcp_seq end, int tlp)  in tcp_record_dsack()
548 tcp_switch_back_to_default(struct tcpcb *tp) in tcp_switch_back_to_default()
1064 tcp_default_handoff_ok(struct tcpcb *tp) in tcp_default_handoff_ok()
1080 tcp_default_fb_init(struct tcpcb *tp, void **ptr) in tcp_default_fb_init()
1164 tcp_default_fb_fini(struct tcpcb *tp, int tcb_is_purged) in tcp_default_fb_fini()
1390 struct tcpcb *tp; in deregister_tcp_functions() local
1797 tcp_respond(struct tcpcb *tp, void *ipgen, struct tcphdr *th, struct mbuf *m, in tcp_respond()
2236 struct tcpcb *tp = intotcpcb(inp); in tcp_newtcpcb() local
2367 tcp_drop(struct tcpcb *tp, int errno) in tcp_drop()
2388 tcp_discardcb(struct tcpcb *tp) in tcp_discardcb()
2516 tcp_close(struct tcpcb *tp) in tcp_close()
2566 struct tcpcb *tp; in tcp_notify() local
2810 struct tcpcb *tp; in tcp_ctlinput_with_port() local
2963 struct tcpcb *tp; in tcp6_ctlinput_with_port() local
3275 struct tcpcb *tp; in tcp_drop_syn_sent() local
3310 struct tcpcb *tp; in tcp_mtudisc() local
3435 tcp6_use_min_mtu(struct tcpcb *tp) in tcp6_use_min_mtu()
3468 tcp_maxseg(const struct tcpcb *tp) in tcp_maxseg()
3517 tcp_fixed_maxseg(const struct tcpcb *tp) in tcp_fixed_maxseg()
3569 struct tcpcb *tp; in sysctl_drop() local
3914 tcp_state_change(struct tcpcb *tp, int newstate) in tcp_state_change()
3937 struct tcpcb *tp = intotcpcb(inp); in tcp_inptoxtp() local
3986 tcp_log_end_status(struct tcpcb *tp, uint8_t status) in tcp_log_end_status()
4088 tcp_default_switch_failed(struct tcpcb *tp) in tcp_default_switch_failed()
4106 tcp_do_ack_accounting(struct tcpcb *tp, struct tcphdr *th, struct tcpopt *to, uint32_t tiwin, int m… in tcp_do_ack_accounting()
4161 tcp_change_time_units(struct tcpcb *tp, int granularity) in tcp_change_time_units()
4272 tcp_handle_orphaned_packets(struct tcpcb *tp) in tcp_handle_orphaned_packets()
4349 tcp_req_log_req_info(struct tcpcb *tp, struct tcp_sendfile_track *req, in tcp_req_log_req_info()
4390 tcp_req_free_a_slot(struct tcpcb *tp, struct tcp_sendfile_track *ent) in tcp_req_free_a_slot()
4405 tcp_req_check_for_stale_entries(struct tcpcb *tp, uint64_t ts, int rm_oldest) in tcp_req_check_for_stale_entries()
4452 tcp_req_check_for_comp(struct tcpcb *tp, tcp_seq ack_point) in tcp_req_check_for_comp()
4482 tcp_req_is_entry_comp(struct tcpcb *tp, struct tcp_sendfile_track *ent, tcp_seq ack_point) in tcp_req_is_entry_comp()
4497 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()
4526 tcp_req_find_req_for_seq(struct tcpcb *tp, tcp_seq seq) in tcp_req_find_req_for_seq()
4570 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()
4661 tcp_req_alloc_req(struct tcpcb *tp, union tcp_log_userdata *user, uint64_t ts) in tcp_req_alloc_req()
4668 tcp_log_socket_option(struct tcpcb *tp, uint32_t option_num, uint32_t option_val, int err) in tcp_log_socket_option()
4687 tcp_get_srtt(struct tcpcb *tp, int granularity) in tcp_get_srtt()
4723 tcp_account_for_send(struct tcpcb *tp, uint32_t len, uint8_t is_rxt, in tcp_account_for_send()