| 218 | } |
| 219 | |
| 220 | void |
| 221 | udplite_init(void) |
| 222 | { |
| 223 | |
| 224 | in_pcbinfo_init(&V_ulitecbinfo, "udplite", &V_ulitecb, UDBHASHSIZE, |
| 225 | UDBHASHSIZE, "udplite_inpcb", udplite_inpcb_init, |
| 226 | IPI_HASHFIELDS_2TUPLE); |
| 227 | } |
| 228 | |
| 229 | /* |
| 230 | * Kernel module interface for updating udpstat. The argument is an index |
nothing calls this directly
no test coverage detected