Home
last modified time | relevance | path

Searched refs:netisr_hashfn_t (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/net/
H A Dnetisr.h144 netisr_hashfn_t ni_hashfn; /* characterize pkt return hash */
168 void netisr_register(int, netisr_fn_t, netisr_hashfn_t);
H A Dnetmsg.h47 typedef void (*netisr_hashfn_t)(struct mbuf **, int); typedef
H A Dnetisr.c535 netisr_register(int num, netisr_fn_t handler, netisr_hashfn_t hashfn) in netisr_register()