Searched refs:accept (Results 51 - 75 of 188) sorted by relevance

12345678

/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_utils.h519 u8 accept:1; member in struct:request_policy_s::__anon71
526 u8 accept:1; member in struct:request_policy_s::__anon72
/linux-master/net/nfc/
H A Drawsock.c275 .accept = sock_no_accept,
293 .accept = sock_no_accept,
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_tcp_ca.c42 fd = accept(lfd, NULL, NULL);
106 /* bind, listen and start server thread to accept */
287 srv_fd = accept(lfd, NULL, 0);
H A Dassign_reuse.c70 fd_sv_cl = accept(fd_sv, NULL, NULL);
150 ASSERT_OK(attach_reuseport(*fd_sv, fd_accept), "attach_reuseport(accept)");
H A Dbpf_nf.c85 srv_client_fd = accept(srv_fd, (struct sockaddr *)&peer_addr, &len);
86 if (!ASSERT_GE(srv_client_fd, 0, "accept"))
/linux-master/lib/
H A Dstring.c423 * strspn - Calculate the length of the initial substring of @s which only contain letters in @accept
425 * @accept: The string to search for
427 size_t strspn(const char *s, const char *accept) argument
432 if (!strchr(accept, *p))
/linux-master/tools/testing/selftests/net/
H A Dreuseport_bpf_cpu.c162 fd = accept(ev.data.fd, NULL, NULL);
164 error(1, errno, "failed to accept");
H A Dreuseport_dualstack.c113 fd = accept(ev.data.fd, NULL, NULL);
115 error(1, errno, "failed to accept");
H A Dreuseport_addr_any.c179 fd = accept(ev.data.fd, NULL, NULL);
181 error(1, errno, "failed to accept");
H A Dreuseport_bpf_numa.c172 fd = accept(ev.data.fd, NULL, NULL);
174 error(1, errno, "failed to accept");
/linux-master/net/bluetooth/cmtp/
H A Dsock.c190 .accept = sock_no_accept,
/linux-master/arch/arm/include/debug/
H A Dtegra.S87 cmp \rv, #3 @ so accept either
/linux-master/arch/arm/lib/
H A Dbacktrace.S104 @ frame is below the previous frame, accept it as long as it
/linux-master/tools/testing/selftests/bpf/
H A Dtest_tag.c130 fd_alg = accept(fd_base, NULL, 0);
H A Dtest_tcp_check_syncookie_user.c151 srv_client = accept(server_fd, NULL, 0);
153 log_err("Can't accept connection");
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_acl.c36 } accept, drop, trap; member in struct:prestera_acl_rule_entry::__anon945
593 /* accept */
594 if (e->accept.valid) {
665 /* accept */
666 e->accept.valid = arg->accept.valid;
H A Dprestera_flower.c95 if (rule->re_arg.accept.valid)
98 rule->re_arg.accept.valid = 1;
/linux-master/net/bluetooth/hidp/
H A Dsock.c239 .accept = sock_no_accept,
/linux-master/net/bluetooth/bnep/
H A Dsock.c188 .accept = sock_no_accept,
/linux-master/net/sunrpc/
H A Dsvcauth.c84 * body field is decoded in the chosen ->accept method below.
99 return aops->accept(rqstp);
/linux-master/net/rds/
H A Dtcp_listen.c122 ret = sock->ops->accept(sock, new_sock, O_NONBLOCK, true);
129 * sock->ops after calling accept() in case that fails. And there's
217 /* reset the newly returned accept sock and bail.
/linux-master/tools/testing/selftests/net/tcp_ao/
H A Dconnect-deny.c58 test_fail("timed out for accept()");
63 test_fail("ready to accept");
65 sk = accept(lsk, NULL, NULL);
67 test_error("accept()");
H A Drestore.c37 sk = accept(lsk, NULL, NULL);
39 test_error("accept()");
H A Dseq-ext.c85 sk = accept(lsk, NULL, NULL);
87 test_error("accept()");
/linux-master/scripts/kconfig/
H A Dqconf.cc735 ev->accept();
780 ev->accept();
904 e->accept();
1223 event->accept();
1752 e->accept();
1773 e->accept();
1778 e->accept();

Completed in 479 milliseconds

12345678