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

/freebsd-11-stable/sys/net/
H A Dnetisr.c105 * - The netisr_proto array, including all fields of struct netisr_proto.
200 * required for crashdump analysis, as it sizes netisr_proto[].
208 * The netisr_proto array describes all registered protocols, indexed by
211 static struct netisr_proto netisr_proto[NETISR_MAXPROT]; variable in typeref:struct:netisr_proto
222 * With this we keep the one netisr_proto per protocol but add a
412 KASSERT(netisr_proto[proto].np_name == NULL,
414 KASSERT(netisr_proto[proto].np_handler == NULL,
417 netisr_proto[prot
[all...]
H A Dnetisr_internal.h55 * Each protocol is described by a struct netisr_proto, which holds all
59 struct netisr_proto { struct
/freebsd-11-stable/usr.bin/netstat/
H A Dnetisr.c207 struct netisr_proto *np_array, *npp;

Completed in 54 milliseconds