Home
last modified time | relevance | path

Searched refs:netisr_dispatch_src (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sys/net/
Dnetisr.h222 int netisr_dispatch_src(u_int proto, uintptr_t source, struct mbuf *m);
Dnetisr.c977 netisr_dispatch_src(u_int proto, uintptr_t source, struct mbuf *m) in netisr_dispatch_src() function
1104 return (netisr_dispatch_src(proto, 0, m)); in netisr_dispatch()