Lines Matching defs:tp
471 tcp_log_remove_id_node(struct inpcb *inp, struct tcpcb *tp, in tcp_log_remove_id_node()
521 tcp_log_grow_tlb(char *tlb_id, struct tcpcb *tp) in tcp_log_grow_tlb()
540 tcp_log_apply_ratio(struct tcpcb *tp, int ratio) in tcp_log_apply_ratio()
603 tcp_log_set_tag(struct tcpcb *tp, char *tag) in tcp_log_set_tag()
642 tcp_log_set_id(struct tcpcb *tp, char *id) in tcp_log_set_id()
1025 tcp_log_get_id(struct tcpcb *tp, char *buf) in tcp_log_get_id()
1049 tcp_log_get_tag(struct tcpcb *tp, char *buf) in tcp_log_get_tag()
1095 tcp_log_get_id_cnt(struct tcpcb *tp) in tcp_log_get_id_cnt()
1174 tcp_log_remove_log_cleanup(struct tcpcb *tp, struct tcp_log_mem *log_entry) in tcp_log_remove_log_cleanup()
1184 tcp_log_remove_log_head(struct tcpcb *tp, struct tcp_log_mem *log_entry) in tcp_log_remove_log_head()
1282 tcp_log_tcpcbinit(struct tcpcb *tp) in tcp_log_tcpcbinit()
1404 tcp_log_move_tp_to_node(struct tcpcb *tp, struct tcp_log_id_node *tln) in tcp_log_move_tp_to_node()
1426 tcp_log_tcpcbfini(struct tcpcb *tp) in tcp_log_tcpcbfini()
1651 tcp_log_purge_tp_logbuf(struct tcpcb *tp) in tcp_log_purge_tp_logbuf()
1674 tcp_log_event(struct tcpcb *tp, struct tcphdr *th, struct sockbuf *rxbuf, in tcp_log_event()
1918 tcp_log_state_change(struct tcpcb *tp, int state) in tcp_log_state_change()
1970 tcp_log_drain(struct tcpcb *tp) in tcp_log_drain()
2136 tcp_log_getlogbuf(struct sockopt *sopt, struct tcpcb *tp) in tcp_log_getlogbuf()
2360 tcp_log_dump_tp_logbuf(struct tcpcb *tp, char *reason, int how, bool force) in tcp_log_dump_tp_logbuf()
2561 struct tcpcb *tp; in tcp_log_dumpbucketlogs() local
2793 tcp_log_dump_tp_bucket_logbufs(struct tcpcb *tp, char *reason) in tcp_log_dump_tp_bucket_logbufs()
2839 tcp_log_flowend(struct tcpcb *tp) in tcp_log_flowend()
2852 struct tcpcb *tp; in tcp_log_sendfile() local