MCPcopy 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
400int
401ip6_encap_detach(const struct encaptab *cookie)
402{
403
404 return (encap_detach(&ipv6_encaptab, cookie));
405}
406
407int
408encap6_input(struct mbuf **mp, int *offp, int proto)

Callers 4

in6_gif_uninitFunction · 0.85
ip6_mroute_modeventFunction · 0.85
in6_gre_uninitFunction · 0.85
ipcomp_detachFunction · 0.85

Calls 1

encap_detachFunction · 0.85

Tested by

no test coverage detected