Home
last modified time | relevance | path

Searched refs:tcp_dropwithreset (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/sys/netinet/tcp_stacks/
HDrack_bbr_common.c513 tcp_dropwithreset(m, th, tp, tlen, rstreason); in ctf_do_dropwithreset()
516 tcp_dropwithreset(m, th, NULL, tlen, rstreason); in ctf_do_dropwithreset()
914 tcp_dropwithreset(m, th, tp, tlen, rstreason); in ctf_do_dropwithreset_conn()
/freebsd-14-stable/sys/netinet/
HDtcp_input.c1424 tcp_dropwithreset(m, th, tp, tlen, rstreason); in tcp_input_with_port()
3429 tcp_dropwithreset(m, th, tp, tlen, rstreason); in tcp_do_segment()
3432 tcp_dropwithreset(m, th, NULL, tlen, rstreason); in tcp_do_segment()
3452 tcp_dropwithreset(struct mbuf *m, struct tcphdr *th, struct tcpcb *tp, in tcp_dropwithreset() function
HDtcp_var.h1398 void tcp_dropwithreset(struct mbuf *, struct tcphdr *,