Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

IP6_EXTHDR_GET



On Thu, Feb 08, 2018 at 08:06:21PM +0000, Maxime Villard wrote:
>  		af = AF_INET;
>  		iphlen = sizeof(struct ip);
> -		IP6_EXTHDR_GET(th, struct tcphdr *, m, toff,
> -		    sizeof(struct tcphdr));
> -		if (th == NULL) {
> -			TCP_STATINC(TCP_STAT_RCVSHORT);
> -			return;

is IP6_EXTHDR_GET misnamed or is it incorrect for use with non-INET6?


Home | Main Index | Thread Index | Old Index