Searched defs:pkt_node (Results 1 – 1 of 1) sorted by relevance
154 struct pkt_node { struct162 /* IP version pkt_node relates to; either INP_IPV4 or INP_IPV6. */ argument163 uint8_t ipver;165 uint16_t lport;167 uint16_t fport;169 union in_dependaddr laddr;171 union in_dependaddr faddr;173 uint32_t snd_cwnd;175 uint32_t snd_wnd;177 uint32_t rcv_wnd;[all …]