HomeSort by: relevance | last modified time | path
    Searched refs:vtw_ctl_t (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
tcp_vtw.h 241 typedef struct vtw_ctl vtw_ctl_t; typedef in typeref:struct:vtw_ctl
250 vtw_ctl_t *ctl; /* <! controller's controller */
271 vtw_ctl_t *vtw; /* associated VTWs */
362 void vtw_del(vtw_ctl_t *, vtw_t *);
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)
331 idx_decode(vtw_ctl_t *ctl, uint32_t bits)
418 vtw_index_v4(vtw_ctl_t *ctl, vtw_v4_t *v4)
429 vtw_index_v6(vtw_ctl_t *ctl, vtw_v6_t *v6)
440 vtw_index(vtw_ctl_t *ctl, vtw_t *vtw)
457 vtw_from_index(vtw_ctl_t *ctl, uint32_t idx
    [all...]
  /src/usr.bin/netstat/
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 *))
271 vtw_ctl_t vtw_tcpv4[VTW_NCLASS];
379 vtw_ctl_t vtw_tcpv6[VTW_NCLASS];

Completed in 13 milliseconds