Searched refs:tcp_dropwithreset (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack_bbr_common.c | 513 tcp_dropwithreset(m, th, tp, tlen, rstreason); in ctf_do_dropwithreset() 516 tcp_dropwithreset(m, th, NULL, tlen, rstreason); in ctf_do_dropwithreset() 872 tcp_dropwithreset(m, th, tp, tlen, rstreason); in ctf_do_dropwithreset_conn()
|
/freebsd/sys/netinet/ |
H A D | tcp_input.c | 1415 tcp_dropwithreset(m, th, tp, tlen, rstreason); in tcp_input_with_port() 3462 tcp_dropwithreset(m, th, tp, tlen, rstreason); in tcp_do_segment() 3465 tcp_dropwithreset(m, th, NULL, tlen, rstreason); in tcp_do_segment() 3485 tcp_dropwithreset(struct mbuf *m, struct tcphdr *th, struct tcpcb *tp, in tcp_dropwithreset() function
|
H A D | tcp_var.h | 1387 void tcp_dropwithreset(struct mbuf *, struct tcphdr *,
|