Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dnetisr.c106 * - The netisr_proto array, including all fields of struct netisr_proto.
203 * required for crashdump analysis, as it sizes netisr_proto[].
211 * The netisr_proto array describes all registered protocols, indexed by
214 static struct netisr_proto netisr_proto[NETISR_MAXPROT]; variable
225 * With this we keep the one netisr_proto per protocol but add a
432 KASSERT(netisr_proto[proto].np_name == NULL, in netisr_register()
434 KASSERT(netisr_proto[proto].np_handler == NULL, in netisr_register()
437 netisr_proto[prot in netisr_register()
[all...]
H A Dnetisr_internal.h59 struct netisr_proto { struct
/freebsd/usr.bin/netstat/
H A Dnetisr.c204 struct netisr_proto *np_array, *npp; in netisr_load_kvm_proto()