| 299 | "Per-interface IGMPv3 state"); |
| 300 | |
| 301 | static __inline void |
| 302 | igmp_save_context(struct mbuf *m, struct ifnet *ifp) |
| 303 | { |
| 304 | |
| 305 | #ifdef VIMAGE |
| 306 | m->m_pkthdr.PH_loc.ptr = ifp->if_vnet; |
| 307 | #endif /* VIMAGE */ |
| 308 | m->m_pkthdr.rcvif = ifp; |
| 309 | m->m_pkthdr.flowid = ifp->if_index; |
| 310 | } |
| 311 | |
| 312 | static __inline void |
| 313 | igmp_scrub_context(struct mbuf *m) |
no outgoing calls
no test coverage detected