Lines Matching defs:which
98 * Data structure to hold primary network stats for which
806 struct bpf_prog **which;
813 which = &ppp->pass_filter;
815 which = &ppp->active_filter;
817 if (*which)
818 bpf_prog_destroy(*which);
819 *which = filter;
872 struct bpf_prog **which;
879 which = &ppp->pass_filter;
881 which = &ppp->active_filter;
883 if (*which)
884 bpf_prog_destroy(*which);
885 *which = filter;
1798 nfree = 0; /* # channels which have no packet already queued */
2474 * before `minseq' which hasn't arrived is never going to arrive.
2538 * which hasn't arrived but might still do so.
2752 * Return the PPP unit number to which a channel is connected.
2926 * and hence brings it down...but which way?