Searched defs:nicdlt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf.c249 uint_t nicdlt; local
269 error = MBPF_GET_DLT(bpr, mh, &nicdlt);
273 nicdlt = bpf_dl_to_dlt(nicdlt);
274 if (dlt != -1 && dlt != nicdlt) {
284 uintptr_t, mh, int, nicdlt, zoneid_t, niczone);
317 d->bd_dlt = nicdlt;
318 hdrlen = bpf_dl_hdrsize(nicdlt);
1689 uint_t nicdlt; local
1713 error = MBPF_GET_DLT(bpr, mh, &nicdlt);
[all...]

Completed in 48 milliseconds