Home
last modified time | relevance | path

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

/freebsd-src/sys/netinet/
H A Dtcp_ecn.c99 static inline int tcp_ecn_get_ace(uint16_t);
315 delta_cep = (tcp_ecn_get_ace(thflags) + 8 - in tcp_ecn_input_segment()
326 switch (tcp_ecn_get_ace(thflags)) { in tcp_ecn_input_segment()
602 tcp_ecn_get_ace(uint16_t thflags) in tcp_ecn_get_ace() function