Searched refs:ifd (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_rmclass.c101 #define reset_cutoff(ifd) { ifd->cutoff_ = RM_MAXDEPTH; }
180 * 'pri' on the interface given by 'ifd'.
237 rmc_newclass(int pri, struct rm_ifdat *ifd, u_int32_t nsecPerByte, argument
304 cl->ifdat_ = ifd;
311 ifq = ifd->ifq_;
404 if ((peer = ifd->active_[pri]) != NULL) {
407 while (peer->peer_ != ifd->active_[pri])
411 ifd->active_[pri] = cl;
430 if (ifd
443 struct rm_ifdat *ifd; local
488 rmc_wrr_set_weights(struct rm_ifdat *ifd) argument
528 rmc_get_weight(struct rm_ifdat *ifd, int pri) argument
609 rmc_delete_class(struct rm_ifdat *ifd, struct rm_class *cl) argument
729 rmc_init(struct ifclassq *ifq, struct rm_ifdat *ifd, u_int32_t nsecPerByte, void (*restart)(struct ifclassq *), u_int32_t qid, int maxq, int maxqueued, u_int32_t maxidle, int minidle, u_int32_t offtime, int flags) argument
822 struct rm_ifdat *ifd = cl->ifdat_; local
882 rmc_tl_satisfied(struct rm_ifdat *ifd, struct timeval *now) argument
945 struct rm_ifdat *ifd = cl->ifdat_; local
1028 _rmc_wrr_dequeue_next(struct rm_ifdat *ifd, cqdq_op_t op) argument
1183 _rmc_prr_dequeue_next(struct rm_ifdat *ifd, cqdq_op_t op) argument
1298 rmc_dequeue_next(struct rm_ifdat *ifd, cqdq_op_t mode) argument
1322 rmc_update_class_util(struct rm_ifdat *ifd) argument
1492 struct rm_ifdat *ifd = cl->ifdat_; local
1505 struct rm_ifdat *ifd = cl->ifdat_; local
1645 struct rm_ifdat *ifd = cl->ifdat_; local
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Dif_bridge.c1297 if (ifd->ifd_cmd >= bridge_control_table_size) { \
1301 bc = &bridge_control_table[ifd->ifd_cmd]; \
1320 if (ifd->ifd_len != bc->bc_argsize || \
1321 ifd->ifd_len > sizeof (args)) { \
1328 error = copyin(ifd->ifd_data, &args, ifd->ifd_len); \
1340 error = copyout(&args, ifd->ifd_data, ifd->ifd_len); \
1392 struct ifdrv32 *ifd = (struct ifdrv32 *)data; local
1410 struct ifdrv64 *ifd local
[all...]

Completed in 73 milliseconds