Searched refs:tcp_ecn_input_segment (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_ecn.h | 45 int tcp_ecn_input_segment(struct tcpcb *, uint16_t, int, int, int);
|
H A D | tcp_ecn.c | 294 tcp_ecn_input_segment(struct tcpcb *tp, uint16_t thflags, int tlen, int pkts, int iptos) in tcp_ecn_input_segment() function
|
H A D | tcp_input.c | 1596 if (tcp_ecn_input_segment(tp, thflags, tlen, in tcp_do_segment()
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack.c | 15841 if (tcp_ecn_input_segment(tp, ae->flags, 0, in rack_do_compressed_ack_processing() 16698 if (tcp_ecn_input_segment(tp, thflags, tlen, in rack_do_segment_nounlock()
|