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

Function ip_encap_attach

freebsd/netinet/ip_encap.c:354–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354const struct encaptab *
355ip_encap_attach(const struct encap_config *cfg, void *arg, int mflags)
356{
357
358 return (encap_attach(&ipv4_encaptab, cfg, arg, mflags));
359}
360
361int
362ip_encap_detach(const struct encaptab *cookie)

Callers 6

in_gre_initFunction · 0.85
ip_mroute_modeventFunction · 0.85
in_gif_initFunction · 0.85
stf_clone_createFunction · 0.85
memodeventFunction · 0.85
ipcomp_attachFunction · 0.85

Calls 1

encap_attachFunction · 0.85

Tested by

no test coverage detected