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

Function m_clrprotoflags

freebsd/sys/mbuf.h:1036–1044  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1034}
1035
1036static __inline void
1037m_clrprotoflags(struct mbuf *m)
1038{
1039
1040 while (m) {
1041 m->m_flags &= ~M_PROTOFLAGS;
1042 m = m->m_next;
1043 }
1044}
1045
1046static __inline struct mbuf *
1047m_last(struct mbuf *m)

Callers 15

pf_routeFunction · 0.50
ieee80211_deliver_dataFunction · 0.50
hostap_deliver_dataFunction · 0.50
arprequest_internalFunction · 0.50
in_arpinputFunction · 0.50
arp_check_update_lleFunction · 0.50
ip_outputFunction · 0.50
ip_fastfwd.cFile · 0.50
igmp_intrFunction · 0.50
mld_dispatch_packetFunction · 0.50
send_outputFunction · 0.50
nd6_output_ifpFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected