Lines Matching refs:tcpcb
393 tcp_bblogging_on(struct tcpcb *tp) in tcp_bblogging_on()
408 tcp_bblogging_point_on(struct tcpcb *tp, uint8_t bbpoint) in tcp_bblogging_point_on()
421 tcp_set_bblog_state(struct tcpcb *tp, uint8_t ls, uint8_t bbpoint) in tcp_set_bblog_state()
441 tcp_get_bblog_state(struct tcpcb *tp) in tcp_get_bblog_state()
447 tcp_trace_point(struct tcpcb *tp, int num) in tcp_trace_point()
536 struct tcpcb;
562 void tcp_log_drain(struct tcpcb *tp);
563 int tcp_log_dump_tp_logbuf(struct tcpcb *tp, char *reason, int how, bool force);
564 void tcp_log_dump_tp_bucket_logbufs(struct tcpcb *tp, char *reason);
565 struct tcp_log_buffer *tcp_log_event(struct tcpcb *tp, struct tcphdr *th, struct sockbuf *rxbuf,
569 size_t tcp_log_get_id(struct tcpcb *tp, char *buf);
570 size_t tcp_log_get_tag(struct tcpcb *tp, char *buf);
571 u_int tcp_log_get_id_cnt(struct tcpcb *tp);
572 int tcp_log_getlogbuf(struct sockopt *sopt, struct tcpcb *tp);
574 int tcp_log_set_id(struct tcpcb *tp, char *id);
575 int tcp_log_set_tag(struct tcpcb *tp, char *tag);
576 int tcp_log_state_change(struct tcpcb *tp, int state);
577 void tcp_log_tcpcbinit(struct tcpcb *tp);
578 void tcp_log_tcpcbfini(struct tcpcb *tp);
579 void tcp_log_flowend(struct tcpcb *tp);
582 int tcp_log_apply_ratio(struct tcpcb *tp, int ratio);
587 tcp_log_event(struct tcpcb *tp, struct tcphdr *th, struct sockbuf *rxbuf, in tcp_log_event()