Lines Matching refs:inp_list
475 LIST_FOREACH(inp, &udb, inp_list) { in udp_input()
1246 struct inpcb *inp, **inp_list; variable
1292 inp_list = kalloc_type(struct inpcb *, n, Z_WAITOK);
1293 if (inp_list == NULL) {
1299 inp = LIST_NEXT(inp, inp_list)) {
1302 inp_list[i++] = inp;
1311 inp = inp_list[i];
1355 kfree_type(struct inpcb *, sz, inp_list);
1370 struct inpcb *inp, **inp_list; variable
1416 inp_list = kalloc_type(struct inpcb *, n, Z_WAITOK);
1417 if (inp_list == NULL) {
1423 inp = LIST_NEXT(inp, inp_list)) {
1426 inp_list[i++] = inp;
1435 inp = inp_list[i];
1478 kfree_type(struct inpcb *, sz, inp_list);
2776 inpnxt = inp->inp_list.le_next; in udp_gc()
2983 LIST_FOREACH(inp, udbinfo.ipi_listhead, inp_list) { in udp_fill_keepalive_offload_frames()