Searched refs:accepted (Results 1 - 5 of 5) sorted by path

/linux-master/arch/arm/boot/compressed/
H A Defi-header.S20 @ is accepted as an EFI binary. Booting via the UEFI stub
/linux-master/drivers/infiniband/ulp/isert/
H A Dib_isert.c470 list_add_tail(&isert_conn->node, &isert_np->accepted);
2281 INIT_LIST_HEAD(&isert_np->accepted);
2448 * up in accepted and pending lists.
2462 if (!list_empty(&isert_np->accepted)) {
2463 isert_info("Still have isert accepted connections\n");
2465 &isert_np->accepted,
H A Dib_isert.h210 struct list_head accepted; member in struct:isert_np
/linux-master/net/bluetooth/
H A Dmgmt.c10220 goto accepted;
10230 goto accepted;
10242 goto accepted;
10249 accepted:
/linux-master/tools/testing/selftests/net/
H A Dfin_ack_lat.c88 int accepted; local
93 accepted = accept(sock, (struct sockaddr *)&address,
95 if (accepted < 0)
98 if (read(accepted, &buffer, sizeof(buffer)) == -1)
100 close(accepted);

Completed in 382 milliseconds