/linux-4.1.27/drivers/isdn/divert/ |
D | isdn_divert.c | 392 u_char accept; in isdn_divert_icall() local 409 accept = 0; in isdn_divert_icall() 413 accept = 1; /* call accepted */ in isdn_divert_icall() 419 accept = 1; in isdn_divert_icall() 421 if (!accept) continue; /* not accepted */ in isdn_divert_icall() 427 accept = 0; in isdn_divert_icall() 431 accept = 1; /* call accepted */ in isdn_divert_icall() 437 accept = 1; in isdn_divert_icall() 439 if (!accept) continue; /* not accepted */ in isdn_divert_icall()
|
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/ |
D | acceptor.c | 65 static char *accept = "secure"; variable 67 module_param(accept, charp, 0444); 68 MODULE_PARM_DESC(accept, "Accept connections (secure|all|none)"); 84 accept_type = accept; in lnet_acceptor_get_tunables()
|
/linux-4.1.27/crypto/ |
D | algif_rng.c | 107 .accept = sock_no_accept, 173 .accept = rng_accept_parent,
|
D | algif_hash.c | 234 .accept = hash_accept, 342 .accept = hash_accept_nokey, 445 .accept = hash_accept_parent,
|
D | af_alg.c | 290 err = type->accept(ask->private, sk2); in af_alg_accept() 348 .accept = alg_accept,
|
D | algif_aead.c | 554 .accept = sock_no_accept, 642 .accept = aead_accept_parent,
|
D | algif_skcipher.c | 748 .accept = sock_no_accept, 844 .accept = sock_no_accept, 973 .accept = skcipher_accept_parent,
|
/linux-4.1.27/include/uapi/linux/ |
D | bpqether.h | 17 unsigned char accept[ETH_ALEN]; member
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-pktcdvd | 46 this mark, accept new bio requests 50 as this mark, do no longer accept
|
D | sysfs-class-uwb_rc-wusbhc | 7 This starts the host controller, allowing it to accept connection from
|
D | sysfs-bus-fcoe | 73 Forwarder, which is a FCoE switch that can accept FCoE
|
D | sysfs-class-net-statistics | 97 compared to what the network device is configured to accept
|
/linux-4.1.27/Documentation/arm/SA1100/ |
D | HUW_WEBPANEL | 9 [accept all defaults]
|
D | Brutus | 10 [accept all the defaults]
|
/linux-4.1.27/Documentation/blockdev/drbd/ |
D | conn-states-8.dot | 4 WFConnection -> WFReportParams [ label = "in connect() after accept" ]
|
D | drbd-connection-state-overview.dot | 63 …WFConnection -> WFReportParams [ headlabel="accept()\land/or \lconnect()\l"…
|
/linux-4.1.27/net/rxrpc/ |
D | Makefile | 7 ar-accept.o \
|
D | af_rxrpc.c | 763 .accept = sock_no_accept,
|
/linux-4.1.27/drivers/uwb/ |
D | uwb-debug.c | 58 u32 accept; member 295 if (dbg->accept) { in uwb_dbg_new_rsv() 333 &rc->dbg->accept); in uwb_dbg_add_rc()
|
/linux-4.1.27/include/crypto/ |
D | if_alg.h | 55 int (*accept)(void *private, struct sock *sk); member
|
/linux-4.1.27/include/rdma/ |
D | iw_cm.h | 115 int (*accept)(struct iw_cm_id *cm_id, member
|
/linux-4.1.27/Documentation/filesystems/ |
D | udf.txt | 40 The uid= and gid= options need a bit more explaining. They will accept a 42 They will also accept the string "ignore" and "forget". For files on the disk
|
D | tmpfs.txt | 69 These parameters accept a suffix k, m or g for kilo, mega and giga and
|
D | debugfs.txt | 100 N, followed by a newline. If written to, it will accept either upper- or
|
/linux-4.1.27/include/linux/sunrpc/ |
D | svcauth.h | 119 int (*accept)(struct svc_rqst *rq, __be32 *authp); member
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | pcm512x.txt | 22 configured to accept clock input on a specified gpio pin.
|
/linux-4.1.27/net/sunrpc/ |
D | svcauth.c | 60 return aops->accept(rqstp, authp); in svc_authenticate()
|
D | svcauth_unix.c | 782 .accept = svcauth_null_accept, 867 .accept = svcauth_unix_accept,
|
/linux-4.1.27/Documentation/usb/ |
D | misc_usbsevseg.txt | 19 The device can accept "text" either in raw, hex, or ascii textmode.
|
D | mass-storage.txt | 56 If this option is set for a logical unit, gadget will accept an 212 for all logical units whereas in MSG they accept a list of y/n
|
D | callbacks.txt | 64 Accept or decline an interface. If you accept the device return 0,
|
D | usb-serial.txt | 258 accept patches. An urb queue or packet buffer would likely fit the bill here.
|
/linux-4.1.27/drivers/net/wan/ |
D | sdla.c | 663 int ret, addr, accept, i; in sdla_transmit() local 670 accept = 1; in sdla_transmit() 680 accept = 1; in sdla_transmit() 688 accept = 0; in sdla_transmit() 694 accept = 0; in sdla_transmit() 697 if (accept) in sdla_transmit()
|
/linux-4.1.27/lib/ |
D | string.c | 422 size_t strspn(const char *s, const char *accept) in strspn() argument 429 for (a = accept; *a != '\0'; ++a) { in strspn()
|
/linux-4.1.27/net/nfc/ |
D | rawsock.c | 285 .accept = sock_no_accept, 305 .accept = sock_no_accept,
|
D | llcp_sock.c | 893 .accept = llcp_sock_accept, 913 .accept = sock_no_accept,
|
/linux-4.1.27/net/atm/ |
D | pvc.c | 114 .accept = sock_no_accept,
|
D | svc.c | 636 .accept = svc_accept,
|
/linux-4.1.27/arch/um/drivers/ |
D | port_user.c | 174 new = accept(fd, NULL, 0); in port_connection()
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | cros-ec.txt | 22 additional processing time in order to accept new transactions. If the delay
|
/linux-4.1.27/scripts/kconfig/ |
D | qconf.cc | 330 e->accept(); in keyPressEvent() 672 ev->accept(); in keyPressEvent() 714 ev->accept(); in keyPressEvent() 860 e->accept(); in contextMenuEvent() 1644 e->accept(); in closeEvent() 1655 e->accept(); in closeEvent() 1660 e->accept(); in closeEvent()
|
D | zconf.tab.c_shipped | 561 "T_NOT", "$accept", "input", "start", "stmt_list", "option_name",
|
/linux-4.1.27/net/openvswitch/ |
D | Kconfig | 23 which is able to accept configuration from a variety of sources and
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/ |
D | linux-tcpip.c | 546 rc = sock->ops->accept(sock, newsock, O_NONBLOCK); in libcfs_sock_accept() 554 rc = sock->ops->accept(sock, newsock, O_NONBLOCK); in libcfs_sock_accept()
|
/linux-4.1.27/net/phonet/ |
D | socket.c | 313 newsk = sk->sk_prot->accept(sk, flags, &err); in pn_socket_accept() 446 .accept = sock_no_accept, 471 .accept = pn_socket_accept,
|
D | pep.c | 1335 .accept = pep_sock_accept,
|
/linux-4.1.27/Documentation/vm/ |
D | frontswap.txt | 170 backend is unpredictable to the kernel; it may choose to never accept a 171 page, it could accept every ninth page, or it might accept every 172 page. But if the backend does accept a page, the data from the page 228 choose to accept pages only until host-swapping might be imminent,
|
D | unevictable-lru.txt | 402 get_user_pages() was enhanced to accept a flag to ignore the permissions when
|
/linux-4.1.27/net/bluetooth/cmtp/ |
D | sock.c | 188 .accept = sock_no_accept,
|
/linux-4.1.27/net/rds/ |
D | tcp_listen.c | 95 ret = sock->ops->accept(sock, new_sock, O_NONBLOCK); in rds_tcp_accept_one()
|
D | af_rds.c | 395 .accept = sock_no_accept,
|
/linux-4.1.27/net/bluetooth/bnep/ |
D | sock.c | 185 .accept = sock_no_accept,
|
/linux-4.1.27/arch/arm/include/debug/ |
D | tegra.S | 96 cmp \rv, #3 @ so accept either
|
/linux-4.1.27/Documentation/networking/ |
D | framerelay.txt | 17 to the FRAD to accept incoming packets.
|
D | phonet.txt | 138 connections, one per accept()'d socket. 146 cfd = accept(lfd, NULL, NULL);
|
D | ip-sysctl.txt | 30 accept fragmentation-needed errors if the underlying protocol 181 If listening service is too slow to accept new connections, 185 cannot be tuned to accept connections faster. Enabling this 263 0 Disable ECN. Neither initiate nor accept ECN. 972 Send(router) or accept(host) RFC1620 shared media redirects. 1005 conf/all/accept_source_route must also be set to TRUE to accept packets 1294 accept Router Advertisements, Router Solicitations will be 1298 0 Do not accept Router Advertisements. 1315 Default is to NOT accept these as it may be an un-intended 1370 < 0: Do not accept routing header. [all …]
|
D | nf_conntrack-sysctl.txt | 117 Be conservative in what you do, be liberal in what you accept from others.
|
D | dccp.txt | 105 and will enter TIMEWAIT. This option must be set after accept() returns. 122 settings are inherited to the child socket after accept().
|
D | ppp_generic.txt | 52 later time when it can accept frames again, and the generic layer 74 rejected a call to its start_xmit function, and can now accept more 178 and the number of channels which are potentially able to accept a 179 fragment at the moment. A channel is potentially able to accept a
|
D | cdc_mbim.txt | 117 The management application *must* accept control messages of up the 255 BPF_STMT(BPF_RET|BPF_K, (u_int)-1), /* accept */
|
D | rds.txt | 82 continue to accept and queue incoming messages, even if that 133 However, the kernel will refuse to accept messages to
|
D | rxrpc.txt | 383 This is used by a server application to attempt to accept a call and 567 A server would be set up to accept operations in the following manner: 807 This is used to accept an incoming call and to assign it a call ID. This 939 indicates to the peer whether we're willing to accept jumbo packets. 943 The maximum number of packets that we're willing to accept in a jumbo
|
D | LICENSE.qlge | 190 5. You are not required to accept this License, since you have not 193 prohibited by law if you do not accept this License. Therefore, by
|
D | LICENSE.qlcnic | 190 5. You are not required to accept this License, since you have not 193 prohibited by law if you do not accept this License. Therefore, by
|
D | dl2k.txt | 211 the NIC accept jumbo frames. By default, this
|
D | udplite.txt | 126 is willing to accept. A value of 0 here indicates that the receiver
|
D | filter.txt | 611 to 5 and one register is used to accept return value from an in-kernel
|
/linux-4.1.27/Documentation/ |
D | pi-futex.txt | 50 So once we accept that synchronization objects (locks) are an 51 unavoidable fact of life, and once we accept that multi-task userspace
|
D | email-clients.txt | 18 inline text in the body of the email. Some maintainers accept
|
D | HOWTO | 98 guidelines in this document. Most maintainers will only accept 506 The Linux kernel community does not gladly accept large chunks of code
|
D | ManagementStyle | 210 It's not actually that hard to accept the blame, especially if people
|
D | bcache.txt | 348 These determines how many errors we accept before disabling the cache.
|
D | DMA-API-HOWTO.txt | 724 * to accept the data. But synchronize
|
/linux-4.1.27/drivers/isdn/ |
D | Kconfig | 15 (though still much slower than with DSL) or to make and accept
|
/linux-4.1.27/Documentation/i2c/ |
D | i2c-stub | 12 No hardware is needed nor associated with this module. It will accept write
|
D | i2c-protocol | 9 A, NA (1 bit) : Accept and reverse accept bit.
|
D | upgrading-clients | 122 Change the example_attach method to accept the new parameters
|
D | smbus-protocol | 39 A, NA (1 bit) : Accept and reverse accept bit.
|
/linux-4.1.27/Documentation/rapidio/ |
D | tsi721.txt | 35 this driver will accept DMA-specific module parameter:
|
/linux-4.1.27/net/bluetooth/hidp/ |
D | sock.c | 218 .accept = sock_no_accept,
|
/linux-4.1.27/net/ipv4/ |
D | af_inet.c | 670 struct sock *sk2 = sk1->sk_prot->accept(sk1, flags, &err); in inet_accept() 906 .accept = inet_accept, 934 .accept = sock_no_accept, 965 .accept = sock_no_accept,
|
D | tcp_ipv4.c | 2347 .accept = inet_csk_accept,
|
/linux-4.1.27/Documentation/scsi/ |
D | dc395x.txt | 84 The seconds to not accept commands after a SCSI Reset
|
D | megaraid.txt | 7 Different classes of controllers from LSI Logic accept and respond to the
|
D | aha152x.txt | 154 (using scsicam_bios_param and accept only `valid' geometries,
|
D | scsi-changer.txt | 152 All three insmod options accept up to four comma-separated
|
D | LICENSE.qla4xxx | 191 5. You are not required to accept this License, since you have not 194 prohibited by law if you do not accept this License. Therefore, by
|
D | LICENSE.qla2xxx | 192 5. You are not required to accept this License, since you have not 195 prohibited by law if you do not accept this License. Therefore, by
|
D | ChangeLog.megaraid_sas | 520 …(hw_crit_error=1). If hw_crit_error==1, now we donot accept any processing of pending cmds/accept …
|
D | tmscsim.txt | 178 (The driver allows slightly higher speeds if the devices (Ultra SCSI) accept 191 You don't have to care about capitalisation. The driver will accept space,
|
D | st.txt | 342 driver. Some drives without compression capability will accept
|
D | sym53c8xx_2.txt | 239 accept more than 64 simultaneous commands. So, using more than 64 queued
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_vfpf.c | 1679 unsigned long accept = 0; in bnx2x_vf_mbx_qfilters() local 1685 __set_bit(BNX2X_ACCEPT_UNICAST, &accept); in bnx2x_vf_mbx_qfilters() 1686 __set_bit(BNX2X_ACCEPT_MULTICAST, &accept); in bnx2x_vf_mbx_qfilters() 1687 __set_bit(BNX2X_ACCEPT_BROADCAST, &accept); in bnx2x_vf_mbx_qfilters() 1695 __set_bit(BNX2X_ACCEPT_ANY_VLAN, &accept); in bnx2x_vf_mbx_qfilters() 1698 rc = bnx2x_vf_rxmode(bp, vf, msg->vf_qid, accept); in bnx2x_vf_mbx_qfilters()
|
/linux-4.1.27/Documentation/isdn/ |
D | syncPPP.FAQ | 167 must call the ipppd with the 'ipcp-accept-local' option. 180 You must allow overriding of address with the 'ipcp-accept-*'
|
D | README.gigaset | 87 The modules accept the following parameters: 120 The devices accept the following device specific ioctl calls
|
D | INTERFACE | 56 tells the LL the maximum size of a data-packet it will accept. 268 With this command, the HL-driver is told to accept a D-Channel-setup.
|
D | README.sc | 238 This file is a script used to configure a BRI ISDN TA to accept a
|
D | README | 248 18 4 Bit coded register, Service-Octet-1 to accept,
|
/linux-4.1.27/include/linux/ |
D | net.h | 139 int (*accept) (struct socket *sock, member
|
/linux-4.1.27/drivers/infiniband/hw/nes/ |
D | nes_cm.h | 452 int (*accept)(struct nes_cm_core *, struct nes_cm_node *); member
|
/linux-4.1.27/Documentation/power/ |
D | interface.txt | 42 Writing to this file will accept one of
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec_null.c | 392 .accept = null_accept,
|
D | sec_plain.c | 975 .accept = plain_accept,
|
D | sec.c | 2055 LASSERT(policy->sp_sops->accept); in sptlrpc_svc_unwrap_request() 2056 rc = policy->sp_sops->accept(req); in sptlrpc_svc_unwrap_request()
|
/linux-4.1.27/drivers/isdn/mISDN/ |
D | socket.c | 599 .accept = sock_no_accept, 753 .accept = sock_no_accept,
|
/linux-4.1.27/net/ipv6/ |
D | af_inet6.c | 519 .accept = inet_accept, /* ok */ 545 .accept = sock_no_accept, /* a do nothing */
|
D | raw.c | 1303 .accept = sock_no_accept, /* a do nothing */
|
D | tcp_ipv6.c | 1838 .accept = inet_csk_accept,
|
/linux-4.1.27/net/irda/ |
D | af_irda.c | 2602 .accept = irda_accept, 2626 .accept = irda_accept, 2650 .accept = irda_accept, 2675 .accept = sock_no_accept,
|
/linux-4.1.27/drivers/net/hamradio/ |
D | bpqether.c | 351 if (copy_from_user(bpq->acpt_addr, ethaddr->accept, ETH_ALEN)) in bpq_ioctl()
|
/linux-4.1.27/net/dccp/ |
D | ipv4.c | 966 .accept = inet_csk_accept, 998 .accept = inet_accept,
|
D | ipv6.c | 1034 .accept = inet_csk_accept, 1064 .accept = inet_accept,
|
/linux-4.1.27/tools/usb/usbip/src/ |
D | usbipd.c | 304 connfd = accept(listenfd, (struct sockaddr *)&ss, &len); in do_accept()
|
/linux-4.1.27/arch/parisc/kernel/ |
D | syscall_table.S | 103 ENTRY_SAME(accept) /* 35 */
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | systbl.h | 337 SYSCALL_SPU(accept)
|
/linux-4.1.27/arch/um/os-Linux/ |
D | file.c | 442 new = accept(fd, NULL, 0); in os_accept_connection()
|
/linux-4.1.27/drivers/net/can/ |
D | janz-ican3.c | 707 static int ican3_set_id_filter(struct ican3_dev *mod, bool accept) in ican3_set_id_filter() argument 722 msg.data[4] = accept ? SETAFILMASK_FASTIF : SETAFILMASK_REJECT; in ican3_set_id_filter() 743 msg.data[9] = accept ? SETAFILMASK_FASTIF : SETAFILMASK_REJECT; in ican3_set_id_filter()
|
/linux-4.1.27/Documentation/serial/ |
D | tty.txt | 133 will accept for queueing to be written. 193 transmission when it can accept more data
|
/linux-4.1.27/net/caif/ |
D | caif_socket.c | 976 .accept = sock_no_accept, 997 .accept = sock_no_accept,
|
/linux-4.1.27/net/ieee802154/ |
D | socket.c | 431 .accept = sock_no_accept, 976 .accept = sock_no_accept,
|
/linux-4.1.27/Documentation/laptops/ |
D | sony-laptop.txt | 120 Your mission, should you accept it, is to try finding out what
|
/linux-4.1.27/Documentation/fmc/ |
D | mezzanine.txt | 95 accept to drive cards that appear in the list (even if the FMC ID
|
/linux-4.1.27/Documentation/video4linux/bttv/ |
D | Insmod-options | 70 remap, card, radio and pll accept up to four comma-separated arguments
|
/linux-4.1.27/net/l2tp/ |
D | l2tp_ip.c | 586 .accept = sock_no_accept,
|
D | l2tp_ip6.c | 737 .accept = sock_no_accept,
|
D | l2tp_ppp.c | 1782 .accept = sock_no_accept,
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-class-tpm | 16 visible to the OS, but will only accept a restricted set of
|
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/ |
D | ti-aemif.txt | 25 first address cell and it may accept values 0..N-1
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_sec.h | 710 int (*accept) (struct ptlrpc_request *req); member
|
/linux-4.1.27/net/netfilter/ |
D | nf_conntrack_h323_main.c | 1778 goto accept; in ras_help() 1788 goto accept; in ras_help() 1795 accept: in ras_help()
|
/linux-4.1.27/drivers/net/ethernet/marvell/ |
D | mv643xx_eth.c | 1850 u32 accept; in mv643xx_eth_program_multicast_filter() local 1854 accept = 0x01010101; in mv643xx_eth_program_multicast_filter() 1856 wrl(mp, SPECIAL_MCAST_TABLE(port_num) + i, accept); in mv643xx_eth_program_multicast_filter() 1857 wrl(mp, OTHER_MCAST_TABLE(port_num) + i, accept); in mv643xx_eth_program_multicast_filter()
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-rt-group.txt | 120 bandwidth to the group before it will accept realtime tasks. Therefore you will
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/ |
D | interlaken-lac.txt | 92 The Interlaken Look-Aside Controller (LAC) utilizes Software Portals to accept
|
/linux-4.1.27/arch/x86/syscalls/ |
D | syscall_64.tbl | 52 43 common accept sys_accept
|
/linux-4.1.27/net/vmw_vsock/ |
D | af_vsock.c | 1078 .accept = sock_no_accept, 1833 .accept = vsock_accept,
|
/linux-4.1.27/net/unix/ |
D | af_unix.c | 664 .accept = unix_accept, 686 .accept = sock_no_accept, 708 .accept = unix_accept,
|
/linux-4.1.27/net/can/ |
D | raw.c | 829 .accept = sock_no_accept,
|
D | bcm.c | 1582 .accept = sock_no_accept,
|
/linux-4.1.27/Documentation/device-mapper/ |
D | dm-raid.txt | 201 The dm-raid target will accept certain actions through the 'message' interface.
|
/linux-4.1.27/drivers/phy/ |
D | Kconfig | 166 port to accept one SATA device.
|
/linux-4.1.27/Documentation/fb/ |
D | intel810.txt | 168 The driver will now accept specification of boot mode option. If this
|
/linux-4.1.27/drivers/net/ppp/ |
D | pptp.c | 667 .accept = sock_no_accept,
|
D | pppoe.c | 1138 .accept = sock_no_accept,
|
/linux-4.1.27/net/tipc/ |
D | socket.c | 2489 .accept = sock_no_accept, 2510 .accept = tipc_accept, 2531 .accept = tipc_accept,
|
/linux-4.1.27/fs/reiserfs/ |
D | README | 17 licensing is governed by the statement in this file, you accept this.
|
/linux-4.1.27/Documentation/video4linux/ |
D | omap3isp.txt | 145 The update and flag bit masks accept the following values. Each separate
|
D | Zoran | 429 another level of rate limiting; it won't accept -q values that fill more than
|
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
D | provider.c | 551 dev->ibdev.iwcm->accept = c4iw_accept_cr; in c4iw_register_device()
|
/linux-4.1.27/Documentation/timers/ |
D | hrtimers.txt | 49 them becomes necessary. Thus the users of these timeouts can accept
|
/linux-4.1.27/tools/usb/usbip/ |
D | COPYING | 180 5. You are not required to accept this License, since you have not 183 prohibited by law if you do not accept this License. Therefore, by
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | license | 183 5. You are not required to accept this License, since you have not signed 186 if you do not accept this License. Therefore, by modifying or
|
/linux-4.1.27/drivers/staging/rtl8192u/ |
D | copying | 180 5. You are not required to accept this License, since you have not 183 prohibited by law if you do not accept this License. Therefore, by
|
/linux-4.1.27/ |
D | COPYING | 196 5. You are not required to accept this License, since you have not 199 prohibited by law if you do not accept this License. Therefore, by
|
/linux-4.1.27/drivers/infiniband/hw/amso1100/ |
D | c2_provider.c | 846 dev->ibdev.iwcm->accept = c2_accept; in c2_register_device()
|
/linux-4.1.27/drivers/infiniband/core/ |
D | iwcm.c | 542 ret = cm_id->device->iwcm->accept(cm_id, iw_param); in iw_cm_accept()
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | nfsroot.txt | 205 and bzimage images respectively. Both targets accept the
|
/linux-4.1.27/net/bluetooth/rfcomm/ |
D | sock.c | 1037 .accept = rfcomm_sock_accept,
|
/linux-4.1.27/net/ |
D | socket.c | 1484 err = sock->ops->accept(sock, newsock, sock->file->f_flags); in SYSCALL_DEFINE4() 1515 SYSCALL_DEFINE3(accept, int, fd, struct sockaddr __user *, upeer_sockaddr, in SYSCALL_DEFINE3() argument 3200 err = sock->ops->accept(sock, *newsock, flags); in kernel_accept()
|
/linux-4.1.27/Documentation/development-process/ |
D | 3.Early-stage | 35 they had implemented; they were unwilling to accept alternatives. The
|
D | 6.Followthrough | 62 your explanations make sense, the reviewer will accept them. Should your
|
D | 5.Posting | 280 you think will eventually accept the patch and get it merged. While it
|
D | 2.Process | 214 of the kernel they manage; they are the ones who will (usually) accept a
|
/linux-4.1.27/net/sctp/ |
D | ipv6.c | 940 .accept = inet_accept,
|
D | protocol.c | 1000 .accept = inet_accept,
|
D | socket.c | 7374 .accept = sctp_accept, 7413 .accept = sctp_accept,
|
/linux-4.1.27/net/bluetooth/ |
D | sco.c | 1178 .accept = sco_sock_accept,
|
D | hci_sock.c | 1370 .accept = sock_no_accept,
|
D | l2cap_sock.c | 1593 .accept = l2cap_sock_accept,
|
/linux-4.1.27/net/llc/ |
D | af_llc.c | 1173 .accept = llc_ui_accept,
|
/linux-4.1.27/drivers/tty/serial/8250/ |
D | Kconfig | 41 accept kernel parameters in both forms like 8250_core.nr_uarts=4 and
|
/linux-4.1.27/arch/x86/lib/ |
D | x86-opcode-map.txt | 277 # in 64-bit mode. AMD CPUs accept 0x66 prefix, it causes RIP truncation 342 # but it actually has operands. And also, vmovss and vmovsd only accept 128bit.
|
/linux-4.1.27/net/netrom/ |
D | af_netrom.c | 1367 .accept = nr_accept,
|
/linux-4.1.27/Documentation/kbuild/ |
D | kconfig-language.txt | 89 accept an "if" expression), so these two examples are equivalent:
|
D | makefiles.txt | 507 because gcc 4.4 and later accept any unknown -Wno-* option and only
|
/linux-4.1.27/net/rose/ |
D | af_rose.c | 1482 .accept = rose_accept,
|
/linux-4.1.27/Documentation/input/ |
D | multi-touch-protocol.txt | 33 event, which instructs the receiver to accept the data for the current
|
/linux-4.1.27/net/x25/ |
D | af_x25.c | 1753 .accept = x25_accept,
|
/linux-4.1.27/fs/dlm/ |
D | lowcomms.c | 938 result = con->sock->ops->accept(con->sock, newsock, O_NONBLOCK); in tcp_accept_from_sock()
|
/linux-4.1.27/Documentation/blockdev/ |
D | paride.txt | 135 The high-level drivers accept a number of command line parameters, all
|
/linux-4.1.27/net/appletalk/ |
D | ddp.c | 1872 .accept = sock_no_accept,
|
/linux-4.1.27/drivers/staging/speakup/ |
D | spkguide.txt | 68 speakup.synth parameter will accept the following keywords, provided 736 will accept a number from 0 through 7 for the DecTalk PC synthesizer, 1219 licensee, and is addressed as "you". You accept the license if you 1306 copying of the copies you make or distribute. However, you may accept
|
/linux-4.1.27/net/ipx/ |
D | af_ipx.c | 1968 .accept = sock_no_accept,
|
/linux-4.1.27/include/net/ |
D | sock.h | 948 struct sock * (*accept)(struct sock *sk, int flags, int *err); member
|
/linux-4.1.27/arch/arm64/ |
D | Kconfig | 301 and is unable to accept a certain write via this interface, it will
|
/linux-4.1.27/net/ax25/ |
D | af_ax25.c | 1956 .accept = ax25_accept,
|
/linux-4.1.27/drivers/infiniband/hw/cxgb3/ |
D | iwch_provider.c | 1429 dev->ibdev.iwcm->accept = iwch_accept_cr; in iwch_register_device()
|
/linux-4.1.27/Documentation/ioctl/ |
D | hdio.txt | 200 EIO Drive did not accept new block mode.
|
/linux-4.1.27/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 1758 .accept = svcauth_gss_accept,
|
/linux-4.1.27/net/packet/ |
D | af_packet.c | 4033 .accept = sock_no_accept, 4054 .accept = sock_no_accept,
|
/linux-4.1.27/fs/ocfs2/cluster/ |
D | tcp.c | 1868 ret = sock->ops->accept(sock, new_sock, O_NONBLOCK); in o2net_accept_one()
|
/linux-4.1.27/net/decnet/ |
D | af_decnet.c | 2343 .accept = dn_accept,
|
/linux-4.1.27/net/core/ |
D | sock.c | 2895 proto_method_implemented(proto->accept), in proto_seq_printf()
|
/linux-4.1.27/net/iucv/ |
D | af_iucv.c | 2337 .accept = iucv_sock_accept,
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | HD-Audio.txt | 248 - Very rare but some devices don't accept the pin-detection verb until
|
/linux-4.1.27/net/netlink/ |
D | af_netlink.c | 3133 .accept = sock_no_accept,
|
/linux-4.1.27/scripts/genksyms/ |
D | parse.tab.c_shipped | 580 "'='", "'{'", "':'", "$accept", "declaration_seq", "declaration", "$@1",
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 555 "'+'", "'-'", "'*'", "'%'", "'~'", "'!'", "$accept", "sourcefile",
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | CHANGES | 93 in a way that more servers accept, but only if we can first rename the
|
/linux-4.1.27/net/key/ |
D | af_key.c | 3680 .accept = sock_no_accept,
|
/linux-4.1.27/Documentation/cdrom/ |
D | cdrom-standard.tex | 687 You might hesitate to accept this proposal as it comes from the
|