H A D | netisr.c | 390 u_int i, proto; in netisr_register() local 392 proto = nhp->nh_proto; in netisr_register() 399 ("%s: nh_name NULL for %u", __func__, proto)); in netisr_register() 423 KASSERT(proto < NETISR_MAXPROT, in netisr_register() 424 ("%s(%u, %s): protocol too big", __func__, proto, name)); in netisr_register() 430 KASSERT(netisr_proto[proto].np_name == NULL, in netisr_register() 431 ("%s(%u, %s): name present", __func__, proto, name)); in netisr_register() 432 KASSERT(netisr_proto[proto].np_handler == NULL, in netisr_register() 433 ("%s(%u, %s): handler present", __func__, proto, name)); in netisr_register() 435 netisr_proto[proto] in netisr_register() 485 u_int i, proto; netisr_clearqdrops() local 517 u_int i, proto; netisr_getqdrops() local 549 u_int proto; netisr_getqlimit() local 578 u_int i, proto; netisr_setqlimit() local 641 u_int i, proto; netisr_unregister() local 683 u_int proto; netisr_register_vnet() local 700 netisr_drain_proto_vnet(struct vnet * vnet,u_int proto) netisr_drain_proto_vnet() argument 758 u_int proto; netisr_unregister_vnet() local 884 netisr_process_workstream_proto(struct netisr_workstream * nwsp,u_int proto) netisr_process_workstream_proto() argument 989 netisr_queue_workstream(struct netisr_workstream * nwsp,u_int proto,struct netisr_work * npwp,struct mbuf * m,int * dosignalp) netisr_queue_workstream() argument 1030 netisr_queue_internal(u_int proto,struct mbuf * m,u_int cpuid) netisr_queue_internal() argument 1056 netisr_queue_src(u_int proto,uintptr_t source,struct mbuf * m) netisr_queue_src() argument 1097 netisr_queue(u_int proto,struct mbuf * m) netisr_queue() argument 1108 netisr_dispatch_src(u_int proto,uintptr_t source,struct mbuf * m) netisr_dispatch_src() argument 1240 netisr_dispatch(u_int proto,struct mbuf * m) netisr_dispatch() argument 1378 u_int counter, proto; sysctl_netisr_proto() local 1482 u_int counter, cpuid, proto; sysctl_netisr_work() local 1535 int first, proto; DB_SHOW_COMMAND() local [all...] |