Searched refs:bpf_parse_common (Results 1 – 6 of 6) sorted by relevance
/external/iproute2/ip/ |
D | iplink_xdp.c | 77 if (bpf_parse_common(BPF_PROG_TYPE_XDP, &cfg, &bpf_cb_ops, &xdp)) in xdp_parse()
|
D | iproute_lwtunnel.c | 886 err = bpf_parse_common(bpf_type, &cfg, &bpf_cb_ops, &x); in lwt_parse_bpf()
|
/external/iproute2/tc/ |
D | m_bpf.c | 104 if (bpf_parse_common(bpf_type, &cfg, &bpf_cb_ops, n)) in bpf_parse_opt()
|
D | f_bpf.c | 109 if (bpf_parse_common(bpf_type, &cfg, &bpf_cb_ops, n)) in bpf_parse_opt()
|
/external/iproute2/include/ |
D | bpf_util.h | 247 int bpf_parse_common(enum bpf_prog_type type, struct bpf_cfg_in *cfg,
|
/external/iproute2/lib/ |
D | bpf.c | 950 int bpf_parse_common(enum bpf_prog_type type, struct bpf_cfg_in *cfg, in bpf_parse_common() function
|