summaryrefslogtreecommitdiffstats
path: root/include/osf.h
blob: 23ea34d371402e43367ba1d43625ff722102e4a1 (plain)
1
2
3
4
5
6
7
8
#ifndef NFTABLES_OSF_H
#define NFTABLES_OSF_H

struct expr *osf_expr_alloc(const struct location *loc, const uint8_t ttl);

extern int nfnl_osf_load_fingerprints(struct netlink_ctx *ctx, int del);

#endif /* NFTABLES_OSF_H */