diff options
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
| -rw-r--r-- | net/ipv4/tcp_ipv4.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c index b3f34e366b27..fec656f5a39e 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c @@ -2095,7 +2095,7 @@ process:  	nf_reset_ct(skb);  	if (tcp_filter(sk, skb)) { -		drop_reason = SKB_DROP_REASON_TCP_FILTER; +		drop_reason = SKB_DROP_REASON_SOCKET_FILTER;  		goto discard_and_relse;  	}  	th = (const struct tcphdr *)skb->data; @@ -3002,7 +3002,7 @@ static unsigned short seq_file_family(const struct seq_file *seq)  #endif  	/* Iterated from proc fs */ -	afinfo = PDE_DATA(file_inode(seq->file)); +	afinfo = pde_data(file_inode(seq->file));  	return afinfo->family;  } |