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

  /src/sys/net/
bpfjit.c 294 * Copy buf and buflen members of bpf_args from BJ_ARGS
306 offsetof(struct bpf_args, pkt));
314 offsetof(struct bpf_args, buflen));
1831 offsetof(struct bpf_args, wirelen));
1877 offsetof(struct bpf_args, wirelen));
2221 /* copy "mem" argument from bpf_args to bpfjit_stack */
2225 SLJIT_MEM1(BJ_ARGS), offsetof(struct bpf_args, mem));
bpf.h 393 typedef struct bpf_args { struct

Completed in 15 milliseconds