Lines Matching defs:pkt_node
154 struct pkt_node { struct
162 /* IP version pkt_node relates to; either INP_IPV4 or INP_IPV6. */ argument
163 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;
179 uint32_t t_flags2;
181 uint32_t snd_ssthresh;
183 int conn_state;
185 uint32_t mss;
187 uint32_t srtt;
189 u_char sack_enabled;
214 /* Link to next pkt_node in the list. */ argument
376 siftr_process_pkt(struct pkt_node * pkt_node, char *buf) in siftr_process_pkt()
450 struct pkt_node *pkt_node; in siftr_pkt_manager_thread() local