Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netinet/
H A Dtcp_var.h992 void cc_ecnpkt_handler(struct tcpcb *tp, struct tcphdr *th, uint8_t iptos);
H A Dtcp_input.c581 cc_ecnpkt_handler(struct tcpcb *tp, struct tcphdr *th, uint8_t iptos) in cc_ecnpkt_handler() function
1638 cc_ecnpkt_handler(tp, th, iptos); in tcp_do_segment()
/freebsd-13.1/sys/netinet/tcp_stacks/
H A Drack.c13835 cc_ecnpkt_handler(tp, th, iptos); in rack_do_segment_nounlock()