Home
last modified time | relevance | path

Searched refs:bpf_parse (Results 1 – 2 of 2) sorted by relevance

/external/iptables/extensions/
Dlibxt_bpf.c140 static void bpf_parse(struct xt_option_call *cb) in bpf_parse() function
261 .x6_parse = bpf_parse,
/external/iproute2/lib/
Dbpf.c816 static int bpf_parse(enum bpf_prog_type *type, enum bpf_mode *mode, in bpf_parse() function
933 ret = bpf_parse(&type, &mode, cfg, opt_tbl); in bpf_parse_opt_tbl()
989 prog_fd = bpf_parse(&type, &mode, &cfg, opt_tbl); in bpf_graft_map()