Searched refs:xt_bpf_info_v1 (Results 1 - 3 of 3) sorted by relevance

/external/iptables/include/linux/netfilter/
H A Dxt_bpf.h27 struct xt_bpf_info_v1 { struct
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_bpf.h27 struct xt_bpf_info_v1 { struct
/external/iptables/extensions/
H A Dlibxt_bpf.c57 .flags = XTOPT_PUT, XTOPT_POINTER(struct xt_bpf_info_v1, path)},
122 static void bpf_parse_obj_pinned(struct xt_bpf_info_v1 *bi,
155 struct xt_bpf_info_v1 *bi = (void *) cb->data;
196 const struct xt_bpf_info_v1 *info = (void *) match->data;
237 const struct xt_bpf_info_v1 *info = (void *) match->data;
268 .size = XT_ALIGN(sizeof(struct xt_bpf_info_v1)),
269 .userspacesize = XT_ALIGN(offsetof(struct xt_bpf_info_v1, filter)),

Completed in 1644 milliseconds