Home
last modified time | relevance | path

Searched refs:bpf_cb_ops (Results 1 – 4 of 4) sorted by relevance

/external/iproute2/ip/
Diplink_xdp.c41 static const struct bpf_cfg_ops bpf_cb_ops = { variable
77 if (bpf_parse_common(BPF_PROG_TYPE_XDP, &cfg, &bpf_cb_ops, &xdp)) in xdp_parse()
Diproute_lwtunnel.c866 static const struct bpf_cfg_ops bpf_cb_ops = { variable
886 err = bpf_parse_common(bpf_type, &cfg, &bpf_cb_ops, &x); in lwt_parse_bpf()
/external/iproute2/tc/
Dm_bpf.c69 static const struct bpf_cfg_ops bpf_cb_ops = { variable
104 if (bpf_parse_common(bpf_type, &cfg, &bpf_cb_ops, n)) in bpf_parse_opt()
Df_bpf.c71 static const struct bpf_cfg_ops bpf_cb_ops = { variable
109 if (bpf_parse_common(bpf_type, &cfg, &bpf_cb_ops, n)) in bpf_parse_opt()