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

Function raw_input

freebsd/net/raw_usrreq.c:73–78  ·  view source on GitHub ↗

* Raw protocol input routine. Find the socket associated with the packet(s) * and move them over. If nothing exists for this packet, drop it. */ * Raw protocol interface. */

Source from the content-addressed store, hash-verified

71 * Raw protocol interface.
72 */
73void
74raw_input(struct mbuf *m0, struct sockproto *proto, struct sockaddr *src)
75{
76
77 return (raw_input_ext(m0, proto, src, NULL));
78}
79
80void
81raw_input_ext(struct mbuf *m0, struct sockproto *proto, struct sockaddr *src,

Callers

nothing calls this directly

Calls 1

raw_input_extFunction · 0.85

Tested by

no test coverage detected