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?

Reply via email to