mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
[NETFILTER]: Kill function prototype for non-existing function
Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
76aa1ce139
commit
90a9ba8dd9
1 changed files with 0 additions and 3 deletions
|
@ -206,9 +206,6 @@ int compat_nf_setsockopt(struct sock *sk, int pf, int optval,
|
||||||
int compat_nf_getsockopt(struct sock *sk, int pf, int optval,
|
int compat_nf_getsockopt(struct sock *sk, int pf, int optval,
|
||||||
char __user *opt, int *len);
|
char __user *opt, int *len);
|
||||||
|
|
||||||
/* FIXME: Before cache is ever used, this must be implemented for real. */
|
|
||||||
extern void nf_invalidate_cache(int pf);
|
|
||||||
|
|
||||||
/* Call this before modifying an existing packet: ensures it is
|
/* Call this before modifying an existing packet: ensures it is
|
||||||
modifiable and linear to the point you care about (writable_len).
|
modifiable and linear to the point you care about (writable_len).
|
||||||
Returns true or false. */
|
Returns true or false. */
|
||||||
|
|
Loading…
Add table
Reference in a new issue