* Query whether or not it is appropriate to use pcbgroups to look up inpcbs * for a protocol. */
| 559 | * for a protocol. |
| 560 | */ |
| 561 | int |
| 562 | in_pcbgroup_enabled(struct inpcbinfo *pcbinfo) |
| 563 | { |
| 564 | |
| 565 | return (pcbinfo->ipi_npcbgroups > 0); |
| 566 | } |
no outgoing calls
no test coverage detected