Lines Matching defs:which
98 * Data structure to hold primary network stats for which
619 * In order to safely bridge channels we must reject channels which are already
620 * part of a bridge instance, or which form part of an existing unit.
917 struct bpf_prog **which;
924 which = &ppp->pass_filter;
926 which = &ppp->active_filter;
928 if (*which)
929 bpf_prog_destroy(*which);
930 *which = filter;
983 struct bpf_prog **which;
990 which = &ppp->pass_filter;
992 which = &ppp->active_filter;
994 if (*which)
995 bpf_prog_destroy(*which);
996 *which = filter;
1931 nfree = 0; /* # channels which have no packet already queued */
2645 * before `minseq' which hasn't arrived is never going to arrive.
2709 * which hasn't arrived but might still do so.
2923 * Return the PPP unit number to which a channel is connected.
3100 * and hence brings it down...but which way?