* Query the RSS bucket associated with an RSS hash. */
| 314 | * Query the RSS bucket associated with an RSS hash. |
| 315 | */ |
| 316 | u_int |
| 317 | rss_getbucket(u_int hash) |
| 318 | { |
| 319 | |
| 320 | return (hash & rss_mask); |
| 321 | } |
| 322 | |
| 323 | /* |
| 324 | * Query the RSS layer bucket associated with the given |
no outgoing calls
no test coverage detected