View | Details | Raw Unified | Return to bug 213015
Collapse All | Expand All

(-)net/bpf.c (+3 lines)
Lines 2678-2683 Link Here
2678
	struct bpf_if *bp, *bp_temp;
2678
	struct bpf_if *bp, *bp_temp;
2679
	int nmatched = 0;
2679
	int nmatched = 0;
2680
2680
2681
	if (ifp->if_flags & IFF_RENAMING)
2682
		return;
2683
2681
	BPF_LOCK();
2684
	BPF_LOCK();
2682
	/*
2685
	/*
2683
	 * Find matching entries in free list.
2686
	 * Find matching entries in free list.

Return to bug 213015