Searched refs:tln_inp (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/netinet/
H A Dtcp_log_buf.c259 struct inpcb *tln_inp; member in struct:tcp_log_id_node
623 tln->tln_inp = inp;
1087 INP_WLOCK(tln->tln_inp);
1088 if (!in_pcbrele_wlocked(tln->tln_inp))
1089 INP_WUNLOCK(tln->tln_inp);
1219 KASSERT(tln->tln_inp == tp->t_inpcb,
1220 ("%s: Mismatched inp (tln->tln_inp=%p, tp->t_inpcb=%p)",
1221 __func__, tln->tln_inp, tp->t_inpcb));
2223 INP_WLOCK(cur_tln->tln_inp);
2224 if (!in_pcbrele_wlocked(cur_tln->tln_inp))
[all...]

Completed in 50 milliseconds