Searched refs:tcpfl (Results 1 – 1 of 1) sorted by relevance
72 struct flags tcpfl[] = { variable1199 for (i = 0; tcpfl[i].value; i++) in print_ipflog()1200 if (__tcp_get_flags(tp) & tcpfl[i].value) in print_ipflog()1201 *t++ = tcpfl[i].flag; in print_ipflog()