Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_var.h1836 uint8_t tcp_get_ace(struct tcphdr *th);
H A Dtcp_subr.c5243 tcp_get_ace(struct tcphdr *th) in tcp_get_ace() function
H A Dtcp_input.c2971 uint8_t ace = tcp_get_ace(th); in tcp_input()