Searched refs:vtw_ctl_t (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/sys/netinet/ |
| D | tcp_vtw.c | 132 vtw_ctl_t vtw_tcpv4[VTW_NCLASS]; 133 vtw_ctl_t vtw_tcpv6[VTW_NCLASS]; 154 vtw_ctl_t *ctl; 164 static int vtw_age(vtw_ctl_t *, struct timeval *); 325 idx_encode(vtw_ctl_t *ctl, uint32_t idx) in idx_encode() 331 idx_decode(vtw_ctl_t *ctl, uint32_t bits) in idx_decode() 418 vtw_index_v4(vtw_ctl_t *ctl, vtw_v4_t *v4) in vtw_index_v4() 429 vtw_index_v6(vtw_ctl_t *ctl, vtw_v6_t *v6) in vtw_index_v6() 440 vtw_index(vtw_ctl_t *ctl, vtw_t *vtw) in vtw_index() 457 vtw_from_index(vtw_ctl_t *ctl, uint32_t idx) in vtw_from_index() [all …]
|
| D | tcp_vtw.h | 241 typedef struct vtw_ctl vtw_ctl_t; typedef 250 vtw_ctl_t *ctl; /* <! controller's controller */ 271 vtw_ctl_t *vtw; /* associated VTWs */ 362 void vtw_del(vtw_ctl_t *, vtw_t *);
|
| /netbsd/src/usr.bin/netstat/ |
| D | vtw.c | 121 static void process_vtw(const vtw_ctl_t *, void (*)(const vtw_t *)); 205 process_vtw(const vtw_ctl_t * ctl, void (*print)(const vtw_t *)) in process_vtw() 271 vtw_ctl_t vtw_tcpv4[VTW_NCLASS]; in show_vtw_v4() 379 vtw_ctl_t vtw_tcpv6[VTW_NCLASS]; in show_vtw_v6()
|