Home
last modified time | relevance | path

Searched refs:bpf_parse_common (Results 1 – 6 of 6) sorted by relevance

/external/iproute2/ip/
Diplink_xdp.c77 if (bpf_parse_common(BPF_PROG_TYPE_XDP, &cfg, &bpf_cb_ops, &xdp)) in xdp_parse()
Diproute_lwtunnel.c886 err = bpf_parse_common(bpf_type, &cfg, &bpf_cb_ops, &x); in lwt_parse_bpf()
/external/iproute2/tc/
Dm_bpf.c104 if (bpf_parse_common(bpf_type, &cfg, &bpf_cb_ops, n)) in bpf_parse_opt()
Df_bpf.c109 if (bpf_parse_common(bpf_type, &cfg, &bpf_cb_ops, n)) in bpf_parse_opt()
/external/iproute2/include/
Dbpf_util.h247 int bpf_parse_common(enum bpf_prog_type type, struct bpf_cfg_in *cfg,
/external/iproute2/lib/
Dbpf.c950 int bpf_parse_common(enum bpf_prog_type type, struct bpf_cfg_in *cfg, in bpf_parse_common() function