Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ip6_encap_detach
Function
ip6_encap_detach
freebsd/netinet/ip_encap.c:400–405 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
398
}
399
400
int
401
ip6_encap_detach(const struct encaptab *cookie)
402
{
403
404
return (encap_detach(&ipv6_encaptab, cookie));
405
}
406
407
int
408
encap6_input(struct mbuf **mp, int *offp, int proto)
Callers
4
in6_gif_uninit
Function · 0.85
ip6_mroute_modevent
Function · 0.85
in6_gre_uninit
Function · 0.85
ipcomp_detach
Function · 0.85
Calls
1
encap_detach
Function · 0.85
Tested by
no test coverage detected