Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1238
int
1239
netisr_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_inject
Function · 0.85
dummynet_send
Function · 0.85
ip_reass
Function · 0.85
igmp_dispatch_queue
Function · 0.85
igmp_v1v2_queue_report
Function · 0.85
frag6_input
Function · 0.85
in_stf_input
Function · 0.85
vxlan_input
Function · 0.85
if_gre.c
File · 0.85
ether_input
Function · 0.85
ether_demux
Function · 0.85
firewire_input
Function · 0.85
Calls
1
netisr_dispatch_src
Function · 0.85
Tested by
no test coverage detected