Searched refs:netisr_proto (Results 1 – 4 of 4) sorted by relevance
215 static struct netisr_proto netisr_proto[NETISR_MAXPROT]; variable436 netisr_proto[proto].np_name = name; in netisr_register()670 netisr_proto[proto].np_qlimit = 0; in netisr_unregister()671 netisr_proto[proto].np_policy = 0; in netisr_unregister()1105 struct netisr_proto *npp; in netisr_dispatch_src()1116 npp = &netisr_proto[proto]; in netisr_dispatch_src()1194 netisr_proto[proto].np_handler(m); in netisr_dispatch_src()1368 struct netisr_proto *npp; in sysctl_netisr_proto()1379 npp = &netisr_proto[proto]; in sysctl_netisr_proto()1471 struct netisr_proto *npp; in sysctl_netisr_work()[all …]
61 struct netisr_proto { struct
214 struct netisr_proto *np_array, *npp; in netisr_load_kvm_proto()