Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_ecn.c364 cc_ecnpkt_handler_flags(tp, thflags, iptos); in tcp_ecn_input_segment()
H A Dtcp_var.h1397 void cc_ecnpkt_handler_flags(struct tcpcb *tp, uint16_t flags, uint8_t iptos);
H A Dtcp_input.c515 cc_ecnpkt_handler_flags(struct tcpcb *tp, uint16_t flags, uint8_t iptos) in cc_ecnpkt_handler_flags() function
550 cc_ecnpkt_handler_flags(tp, tcp_get_flags(th), iptos); in cc_ecnpkt_handler()