Skip to content

Commit

Permalink
netfilter: remove useless prototype
Browse files Browse the repository at this point in the history
prototype nf_ct_nat_offset is not used anymore.

Signed-off-by: Taehee Yoo <ap420073@gmail.com>
  • Loading branch information
Taehee Yoo authored and Pablo Neira Ayuso committed Feb 7, 2018
1 parent b408c5b commit d8ed960
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/net/netfilter/nf_conntrack.h
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,6 @@ static inline bool nf_ct_kill(struct nf_conn *ct)
return nf_ct_delete(ct, 0, 0);
}

/* These are for NAT. Icky. */
extern s32 (*nf_ct_nat_offset)(const struct nf_conn *ct,
enum ip_conntrack_dir dir,
u32 seq);

/* Set all unconfirmed conntrack as dying */
void nf_ct_unconfirmed_destroy(struct net *);

Expand Down

0 comments on commit d8ed960

Please sign in to comment.