Searched refs:bpf_cb_ops (Results 1 – 4 of 4) sorted by relevance
/external/iproute2/ip/ |
D | iplink_xdp.c | 41 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()
|
D | iproute_lwtunnel.c | 866 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/ |
D | m_bpf.c | 69 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()
|
D | f_bpf.c | 71 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()
|