HomeSort by: relevance | last modified time | path
    Searched defs:bpf_copfunc_t (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
bpf.h 411 typedef uint32_t (*bpf_copfunc_t)(const bpf_ctx_t *, bpf_args_t *, uint32_t); typedef in typeref:typename:uint32_t (*)(const bpf_ctx_t *,bpf_args_t *,uint32_t)
417 const bpf_copfunc_t * copfuncs;
589 int bpf_set_cop(bpf_ctx_t *, const bpf_copfunc_t *, size_t);
bpf.h 411 typedef uint32_t (*bpf_copfunc_t)(const bpf_ctx_t *, bpf_args_t *, uint32_t); typedef in typeref:typename:uint32_t (*)(const bpf_ctx_t *,bpf_args_t *,uint32_t)
417 const bpf_copfunc_t * copfuncs;
589 int bpf_set_cop(bpf_ctx_t *, const bpf_copfunc_t *, size_t);

Completed in 26 milliseconds