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

Function mld_scrub_context

freebsd/netinet6/mld6.c:290–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290static __inline void
291mld_scrub_context(struct mbuf *m)
292{
293
294 m->m_pkthdr.PH_loc.ptr = NULL;
295 m->m_pkthdr.flowid = 0;
296}
297
298/*
299 * Restore context from a queued output chain.

Callers 1

mld_dispatch_packetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected