https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231428

--- Comment #4 from Andrey V. Elsukov <a...@freebsd.org> ---
(In reply to Matthew Macy from comment #3)
> I think the assertion is generally useful. Andrey - is there any way to
> infer that we're in encap context? In which case we could just set
> TI_RLOCKED to true and everything would work.

I think currently there is no way to infer that we are in encap context.
The call path is like this:

ip_input()
  encap_input()
    gif_input()
      netisr_dispatch()
        ip_input()
          tcp_input()

Starting from encap_input we are in encap context.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Reply via email to