| 288 | } |
| 289 | |
| 290 | static __inline void |
| 291 | mld_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. |
no outgoing calls
no test coverage detected