Searched refs:tcp_dropwithreset (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13-stable/sys/netinet/tcp_stacks/ |
| HD | rack_bbr_common.c | 558 tcp_dropwithreset(m, th, tp, tlen, rstreason); in ctf_do_dropwithreset() 561 tcp_dropwithreset(m, th, NULL, tlen, rstreason); in ctf_do_dropwithreset() 931 tcp_dropwithreset(m, th, tp, tlen, rstreason); in ctf_do_dropwithreset_conn()
|
| /freebsd-13-stable/sys/netinet/ |
| HD | tcp_input.c | 1443 tcp_dropwithreset(m, th, tp, tlen, rstreason); in tcp_input_with_port() 1446 tcp_dropwithreset(m, th, NULL, tlen, rstreason); in tcp_input_with_port() 3444 tcp_dropwithreset(m, th, tp, tlen, rstreason); in tcp_do_segment() 3447 tcp_dropwithreset(m, th, NULL, tlen, rstreason); in tcp_do_segment() 3472 tcp_dropwithreset(struct mbuf *m, struct tcphdr *th, struct tcpcb *tp, in tcp_dropwithreset() function
|
| HD | tcp_var.h | 981 void tcp_dropwithreset(struct mbuf *, struct tcphdr *,
|