Skip to content

Commit

Permalink
[NETFILTER]: Remove unused callbacks in nf_conntrack_l3proto
Browse files Browse the repository at this point in the history
These functions are never called.

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
  • Loading branch information
Jan Engelhardt authored and Patrick McHardy committed Apr 14, 2008
1 parent 5e8fbe2 commit 9dbae79
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions include/net/netfilter/nf_conntrack_l3proto.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,6 @@ struct nf_conntrack_l3proto
int (*print_tuple)(struct seq_file *s,
const struct nf_conntrack_tuple *);

/* Returns verdict for packet, or -1 for invalid. */
int (*packet)(struct nf_conn *ct,
const struct sk_buff *skb,
enum ip_conntrack_info ctinfo);

/*
* Called when a new connection for this protocol found;
* returns TRUE if it's OK. If so, packet() called next.
*/
int (*new)(struct nf_conn *ct, const struct sk_buff *skb);

/*
* Called before tracking.
* *dataoff: offset of protocol header (TCP, UDP,...) in skb
Expand Down

0 comments on commit 9dbae79

Please sign in to comment.