OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bpf_ops
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/
bpf_stub.c
59
struct
bpf_ops
bpf_ops_stub = {
73
struct
bpf_ops
*
bpf_ops
;
variable in typeref:struct:bpf_ops *
100
KASSERT(
bpf_ops
!= &bpf_ops_stub); /* revisit when unloadable */
101
bpf_ops
->bpf_attach(ifp, dlt, hlen, drvp);
141
KASSERT(
bpf_ops
!= &bpf_ops_stub); /* revisit when unloadable */
142
bpf_ops
->bpf_detach(ifp);
170
bpf_ops
= &bpf_ops_stub;
175
* It needs to happen *before*
bpf_ops
is set to make it atomic
182
bpf_ops_handover_enter(struct
bpf_ops
*newops
[
all
...]
bpf.h
442
struct
bpf_ops
{
struct
463
extern struct
bpf_ops
*
bpf_ops
;
468
bpf_ops
->bpf_attach(_ifp, _dlt, _hdrlen, &_ifp->if_bpf);
474
bpf_ops
->bpf_attach(_ifp, _dlt, _hdrlen, _dp);
484
bpf_ops
->bpf_mtap(_ifp->if_bpf, _m, _direction);
493
bpf_ops
->bpf_mtap2(_bpf, _data, _dlen, _m, _direction);
500
bpf_ops
->bpf_mtap(_bpf, _m, _direction);
508
bpf_ops
->bpf_mtap_af(_ifp->if_bpf, _af, _m, _direction);
514
bpf_ops
->bpf_change_type(_ifp, _dlt, _hdrlen)
[
all
...]
Completed in 12 milliseconds
Indexes created Sun Sep 21 15:09:59 GMT 2025