ifq_congestion 50 altq/if_altq.h int ifq_congestion; ifq_congestion 810 net/if.c if (ifq->ifq_congestion) ifq_congestion 813 net/if.c ifq->ifq_congestion = malloc(sizeof(struct timeout), M_TEMP, M_NOWAIT); ifq_congestion 814 net/if.c if (ifq->ifq_congestion == NULL) ifq_congestion 816 net/if.c timeout_set(ifq->ifq_congestion, if_congestion_clear, ifq); ifq_congestion 817 net/if.c timeout_add(ifq->ifq_congestion, hz / 100); ifq_congestion 827 net/if.c struct timeout *to = ifq->ifq_congestion; ifq_congestion 829 net/if.c ifq->ifq_congestion = NULL; ifq_congestion 144 net/if.h struct timeout *ifq_congestion; ifq_congestion 328 net/if.h if (!(ifq)->ifq_congestion) \ ifq_congestion 1545 net/if_ppp.c if (!inq->ifq_congestion) ifq_congestion 885 net/if_sl.c if (!ipintrq.ifq_congestion) ifq_congestion 603 net/if_spppsubr.c if (!inq->ifq_congestion) ifq_congestion 1271 net/if_strip.c if (!ipintrq.ifq_congestion) ifq_congestion 900 net/if_tun.c if (!ifq->ifq_congestion) ifq_congestion 6028 net/pf.c if (ifq->ifq_congestion)