K 10 svn:author V 4 csjp K 8 svn:date V 27 2006-06-14T02:23:28.000000Z K 7 svn:log V 321 If bpf(4) has not been compiled into the kernel, initialize the bpf interface pointer to a zeroed, statically allocated bpf_if structure. This way the LIST_EMPTY() macro will always return true. This allows us to remove the additional unconditional memory reference for each packet in the fast path. Discussed with: sam END