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

Function netisr_dispatch

freebsd/net/netisr.c:1238–1243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1236}
1237
1238int
1239netisr_dispatch(u_int proto, struct mbuf *m)
1240{
1241
1242 return (netisr_dispatch_src(proto, 0, m));
1243}
1244
1245#ifdef DEVICE_POLLING
1246/*

Callers 15

ipf_injectFunction · 0.85
dummynet_sendFunction · 0.85
ip_reassFunction · 0.85
igmp_dispatch_queueFunction · 0.85
igmp_v1v2_queue_reportFunction · 0.85
frag6_inputFunction · 0.85
in_stf_inputFunction · 0.85
vxlan_inputFunction · 0.85
if_gre.cFile · 0.85
ether_inputFunction · 0.85
ether_demuxFunction · 0.85
firewire_inputFunction · 0.85

Calls 1

netisr_dispatch_srcFunction · 0.85

Tested by

no test coverage detected