Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ igmp_scrub_context
Function
igmp_scrub_context
freebsd/netinet/igmp.c:312–318 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
310
}
311
312
static __inline void
313
igmp_scrub_context(struct mbuf *m)
314
{
315
316
m->m_pkthdr.PH_loc.ptr = NULL;
317
m->m_pkthdr.flowid = 0;
318
}
319
320
/*
321
* Restore context from a queued IGMP output chain.
Callers
1
igmp_intr
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected