Searched defs:bw_upcall (Results 1 – 3 of 3) sorted by relevance
188 struct bw_upcall { struct189 struct in_addr bu_src; /* source address */190 struct in_addr bu_dst; /* destination address */191 uint32_t bu_flags; /* misc flags (see below) */197 struct bw_data bu_threshold; /* the bw threshold */198 struct bw_data bu_measured; /* the measured bw */
406 struct bw_upcall bw_upcall; in X_ip_mrouter_set() local