bpf_jitter.h (82725ba9bf1fd59746a4006a06f24d4d61d142f2) bpf_jitter.h (0766f278d88b93e81e8b81cac6258cf75cde3e35)
1/*-
2 * SPDX-License-Identifier: BSD-3-Clause
3 *
4 * Copyright (C) 2002-2003 NetGroup, Politecnico di Torino (Italy)
5 * Copyright (C) 2005-2009 Jung-uk Kim <jkim@FreeBSD.org>
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 74 unchanged lines hidden (view full) ---

83void bpf_destroy_jit_filter(bpf_jit_filter *filter);
84
85/*
86 * Declarations for machine-dependent functions.
87 */
88struct bpf_insn;
89
90bpf_filter_func bpf_jit_compile(struct bpf_insn *, u_int, size_t *);
1/*-
2 * SPDX-License-Identifier: BSD-3-Clause
3 *
4 * Copyright (C) 2002-2003 NetGroup, Politecnico di Torino (Italy)
5 * Copyright (C) 2005-2009 Jung-uk Kim <jkim@FreeBSD.org>
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 74 unchanged lines hidden (view full) ---

83void bpf_destroy_jit_filter(bpf_jit_filter *filter);
84
85/*
86 * Declarations for machine-dependent functions.
87 */
88struct bpf_insn;
89
90bpf_filter_func bpf_jit_compile(struct bpf_insn *, u_int, size_t *);
91void bpf_jit_free(void *, size_t);
92
93#endif /* _NET_BPF_JITTER_H_ */
91
92#endif /* _NET_BPF_JITTER_H_ */