Home | Sort by: relevance | last modified time | path |
/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); |