Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netinet/
H A Dtcp_var.h993 void cc_ecnpkt_handler_flags(struct tcpcb *tp, uint16_t flags, uint8_t iptos);
H A Dtcp_input.c548 cc_ecnpkt_handler_flags(struct tcpcb *tp, uint16_t flags, uint8_t iptos) in cc_ecnpkt_handler_flags() function
583 cc_ecnpkt_handler_flags(tp, th->th_flags, iptos); in cc_ecnpkt_handler()
/freebsd-13.1/sys/netinet/tcp_stacks/
H A Drack.c13090 cc_ecnpkt_handler_flags(tp, ae->flags, ae->codepoint); in rack_do_compressed_ack_processing()