OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bpf_ops
(Results
1 - 3
of
3
) 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
...]
bpf.c
1959
bpf_ops
->bpf_mtap(bp, m, BPF_D_IN);
2663
struct
bpf_ops
bpf_ops_kernel = {
2702
atomic_swap_ptr(&
bpf_ops
, &bpf_ops_kernel);
Completed in 15 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025