MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ip6_encap_attach

Function ip6_encap_attach

freebsd/netinet/ip_encap.c:393–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391}
392
393const struct encaptab *
394ip6_encap_attach(const struct encap_config *cfg, void *arg, int mflags)
395{
396
397 return (encap_attach(&ipv6_encaptab, cfg, arg, mflags));
398}
399
400int
401ip6_encap_detach(const struct encaptab *cookie)

Callers 4

in6_gif_initFunction · 0.85
ip6_mroute_modeventFunction · 0.85
in6_gre_initFunction · 0.85
ipcomp_attachFunction · 0.85

Calls 1

encap_attachFunction · 0.85

Tested by

no test coverage detected