summaryrefslogtreecommitdiffstats
path: root/include/osf.h
blob: 8f6f5840620e21d6a2d3ccfe109e93b10ada3f10 (plain)
1
2
3
4
5
6
7
8
9
#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 */