mirror of
https://git.netfilter.org/nftables
synced 2026-01-27 02:44:07 +00:00
Refresh it to fetch what we have in 5.3-rc1. Remove NFT_OSF_F_VERSION definition, this is already available in include/linux/netfilter/nf_tables.h Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
10 lines
255 B
C
10 lines
255 B
C
#ifndef NFTABLES_OSF_H
|
|
#define NFTABLES_OSF_H
|
|
|
|
struct expr *osf_expr_alloc(const struct location *loc, const uint8_t ttl,
|
|
const uint32_t flags);
|
|
|
|
extern int nfnl_osf_load_fingerprints(struct netlink_ctx *ctx, int del);
|
|
|
|
#endif /* NFTABLES_OSF_H */
|