Home
last modified time | relevance | path

Searched refs:accept (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/Linux-v4.19/arch/x86/kvm/
Dirq.c57 u8 accept = kvm_apic_accept_pic_intr(v); in kvm_cpu_has_extint() local
59 if (accept) { in kvm_cpu_has_extint()
/Linux-v4.19/include/xen/interface/io/
Dpvcalls.h73 } accept; member
108 } accept; member
/Linux-v4.19/drivers/isdn/divert/
Disdn_divert.c390 u_char accept; in isdn_divert_icall() local
407 accept = 0; in isdn_divert_icall()
411 accept = 1; /* call accepted */ in isdn_divert_icall()
417 accept = 1; in isdn_divert_icall()
419 if (!accept) continue; /* not accepted */ in isdn_divert_icall()
425 accept = 0; in isdn_divert_icall()
429 accept = 1; /* call accepted */ in isdn_divert_icall()
435 accept = 1; in isdn_divert_icall()
437 if (!accept) continue; /* not accepted */ in isdn_divert_icall()
/Linux-v4.19/sound/soc/sh/rcar/
Drsnd.h632 int (*accept)(struct rsnd_dai_stream *io); member
663 int (*accept)(struct rsnd_dai_stream *io),
671 #define rsnd_kctrl_new_m(mod, io, rtd, name, accept, update, cfg, size, max) \ argument
672 rsnd_kctrl_new(mod, io, rtd, name, accept, update, rsnd_kctrl_init_m(cfg), \
675 #define rsnd_kctrl_new_s(mod, io, rtd, name, accept, update, cfg, max) \ argument
676 rsnd_kctrl_new(mod, io, rtd, name, accept, update, rsnd_kctrl_init_s(cfg), \
679 #define rsnd_kctrl_new_e(mod, io, rtd, name, accept, update, cfg, texts, size) \ argument
680 rsnd_kctrl_new(mod, io, rtd, name, accept, update, rsnd_kctrl_init_s(cfg), \
/Linux-v4.19/crypto/
Dalgif_rng.c107 .accept = sock_no_accept,
172 .accept = rng_accept_parent,
Dalgif_skcipher.c202 .accept = sock_no_accept,
298 .accept = sock_no_accept,
387 .accept = skcipher_accept_parent,
Dalgif_hash.c296 .accept = hash_accept,
403 .accept = hash_accept_nokey,
472 .accept = hash_accept_parent,
Dalgif_aead.c371 .accept = sock_no_accept,
467 .accept = sock_no_accept,
598 .accept = aead_accept_parent,
/Linux-v4.19/security/apparmor/
Dmatch.c522 u32 *accept = ACCEPT_TABLE(dfa); in aa_dfa_match_until() local
539 if (accept[state]) in aa_dfa_match_until()
550 if (accept[state]) in aa_dfa_match_until()
583 u32 *accept = ACCEPT_TABLE(dfa); in aa_dfa_matchn_until() local
601 if (accept[state]) in aa_dfa_matchn_until()
612 if (accept[state]) in aa_dfa_matchn_until()
/Linux-v4.19/include/uapi/linux/
Dbpqether.h16 unsigned char accept[ETH_ALEN]; member
/Linux-v4.19/drivers/uwb/
Duwb-debug.c58 bool accept; member
271 if (dbg->accept) { in uwb_dbg_new_rsv()
309 &rc->dbg->accept); in uwb_dbg_add_rc()
/Linux-v4.19/Documentation/powerpc/
DDAWR-POWER9.txt43 will accept the command. Unfortunately since there is no hardware
51 If a guest is started on a POWER8 host, GDB will accept the watchpoint
/Linux-v4.19/Documentation/arm/SA1100/
DHUW_WEBPANEL9 [accept all defaults]
/Linux-v4.19/Documentation/blockdev/drbd/
Dconn-states-8.dot4 WFConnection -> WFReportParams [ label = "in connect() after accept" ]
/Linux-v4.19/drivers/xen/
Dpvcalls-back.c555 req->u.accept.id_new, in __pvcalls_back_accept()
556 req->u.accept.ref, in __pvcalls_back_accept()
557 req->u.accept.evtchn, in __pvcalls_back_accept()
575 rsp->u.accept.id = req->u.accept.id; in __pvcalls_back_accept()
722 req->u.accept.id); in pvcalls_back_accept()
749 rsp->u.accept.id = req->u.accept.id; in pvcalls_back_accept()
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-class-pktcdvd71 accept new bio requests from the block layer.
74 mark, do no longer accept bio write requests
/Linux-v4.19/Documentation/filesystems/
Dudf.txt38 The uid= and gid= options need a bit more explaining. They will accept a
40 belonging to that uid and gid. Mount options also accept the string "forget".
/Linux-v4.19/tools/testing/selftests/bpf/
Dtcp_server.py71 (clientSocket, address) = serverSocket.accept()
/Linux-v4.19/drivers/phy/hisilicon/
DKconfig32 USB host port to accept one USB device.
/Linux-v4.19/samples/bpf/
Dtest_probe_write_user_user.c65 assert((serverconnfd = accept(serverfd, &tmp_addr, &sockaddr_len)) > 0); in main()
/Linux-v4.19/include/rdma/
Diw_cm.h119 int (*accept)(struct iw_cm_id *cm_id, member
/Linux-v4.19/Documentation/networking/
Dtproxy.txt25 # nft add rule filter divert meta l4proto tcp socket transparent 1 meta mark set 1 accept
71 # nft add rule filter divert tcp dport 80 tproxy to :50080 meta mark set 1 accept
/Linux-v4.19/include/linux/sunrpc/
Dsvcauth.h131 int (*accept)(struct svc_rqst *rq, __be32 *authp); member
/Linux-v4.19/Documentation/devicetree/bindings/net/
Dftgmac100.txt19 aspeed parts. Other (unknown) parts will accept any value.
/Linux-v4.19/Documentation/crypto/
Duserspace-if.rst77 3. Invoke accept with the socket descriptor. The accept system call
81 kernel, the file descriptor returned by accept must be used.
313 WARNING: The user space caller may invoke the initially mentioned accept
344 /* opfd is the file descriptor returned from accept() system call */
357 descriptor returned by the accept system call).

12345678910>>...12