| 1093 | } |
| 1094 | |
| 1095 | int |
| 1096 | netisr_queue(u_int proto, struct mbuf *m) |
| 1097 | { |
| 1098 | |
| 1099 | return (netisr_queue_src(proto, 0, m)); |
| 1100 | } |
| 1101 | |
| 1102 | /* |
| 1103 | * Dispatch a packet for netisr processing; direct dispatch is permitted by |
no test coverage detected