/linux-4.4.14/fs/nfs/ |
D | nfsroot.c | 185 static int __init root_nfs_parse_options(char *incoming, char *exppath, in root_nfs_parse_options() argument 193 p = strsep(&incoming, ","); in root_nfs_parse_options() 202 if (incoming != NULL && *incoming != '\0') in root_nfs_parse_options() 203 if (root_nfs_cat(nfs_root_options, incoming, in root_nfs_parse_options()
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_req.c | 1335 static void submit_fast_path(struct drbd_device *device, struct list_head *incoming) in submit_fast_path() argument 1338 list_for_each_entry_safe(req, tmp, incoming, tl_requests) { in submit_fast_path() 1358 struct list_head *incoming, in prepare_al_transaction_nonblock() argument 1367 list_for_each_entry_safe(req, tmp, incoming, tl_requests) { in prepare_al_transaction_nonblock() 1400 LIST_HEAD(incoming); /* from drbd_make_request() */ in do_submit() 1406 list_splice_tail_init(&device->submit.writes, &incoming); in do_submit() 1413 list_splice_init(&busy, &incoming); in do_submit() 1414 submit_fast_path(device, &incoming); in do_submit() 1415 if (list_empty(&incoming)) in do_submit() 1421 list_splice_init(&busy, &incoming); in do_submit() [all …]
|
/linux-4.4.14/Documentation/isdn/ |
D | README | 88 ATA Answer incoming call. 224 an incoming call happened (RING) and 254 bit. In this case, on incoming calls 267 Set on incoming call (during RING) to 271 Set on incoming call (during RING) to 287 All inactive physical lines are listening to all EAZs for incoming 289 When an incoming call is detected, the driver looks first for a network 315 If an incoming call matches one network interface, it gets connected to it. 316 If another incoming call for the same EAZ arrives, which does not match 369 and the number(s) for incoming calls: [all …]
|
D | README.diversion | 49 as normally done by isdn phones. In this case all incoming calls 56 In this case all incoming calls are checked by rules that may be 66 All incoming calls matching a rule except the ignore rule a reported and 116 your network incoming calls and reactions by the module may be shown on
|
D | INTERFACE.fax | 67 Defines outgoing/send or incoming/receive connection. 98 ISDN_TTY_FAX_FCON_I signals the established, incoming connection,
|
D | INTERFACE | 269 (Response to an incoming call) 292 actively rejecting an incoming call. 302 With this command, the HL-driver is told not to signal incoming 313 With this command, the HL-driver is told to signal incoming calls for 322 HL-driver should respond to ALL incoming calls, 339 With this command, the HL-driver is told to signal only incoming 417 With this command, the HL-driver is told to proceed with a incoming call. 503 With this call, the HL-driver signals an incoming call to the LL. 504 If ICALLW is signalled the incoming call is a waiting call without
|
D | README.audio | 87 On incoming calls, if the application responds to a RING
|
D | README.sc | 201 vii) the hangup upon incoming call can be set on or off 252 vii) the hangup upon incoming call can be set on or off
|
D | README.gigaset | 249 does not signal incoming calls or other base events. 259 - If you want to receive incoming calls, you can use the default
|
D | README.HiSax | 561 # The incoming number is LEASED0 for the first card, LEASED1 for the
|
/linux-4.4.14/drivers/md/ |
D | dm-service-time.c | 197 size_t incoming) in st_compare_load() argument 235 sz1 += incoming; in st_compare_load() 236 sz2 += incoming; in st_compare_load()
|
D | Kconfig | 415 the path expected to complete the incoming I/O in the shortest
|
/linux-4.4.14/include/net/bluetooth/ |
D | bluetooth.h | 311 __u8 incoming:1; member 326 bt_cb(skb)->incoming = 0; in bt_skb_alloc() 339 bt_cb(skb)->incoming = 0; in bt_skb_send_alloc()
|
D | hci.h | 1961 __u8 incoming; member
|
/linux-4.4.14/Documentation/netlabel/ |
D | lsm_interface.txt | 30 on outgoing packets as well as read the labels on incoming packets. Functions 45 when a incoming packet matches a cached value not only are the internal
|
D | introduction.txt | 11 applications and read security attributes from incoming network packets. It
|
D | draft-ietf-cipso-ipsecurity-01.txt | 510 policies may require both incoming and outgoing datagrams be checked against 518 want to have the range parameters expressed in CIPSO format so that incoming 547 addition, the host MUST reject any incoming datagram that has a label which 553 This section describes the processing requirements for incoming and 623 incoming datagrams. For this configuration a CIPSO label must be
|
/linux-4.4.14/net/bluetooth/ |
D | hci_sock.c | 181 if (!bt_cb(skb)->incoming) in hci_send_to_sock() 273 if (bt_cb(skb)->incoming) in hci_send_to_monitor() 279 if (bt_cb(skb)->incoming) in hci_send_to_monitor() 447 bt_cb(skb)->incoming = 1; in hci_si_event() 963 int incoming = bt_cb(skb)->incoming; in hci_sock_cmsg() local 964 put_cmsg(msg, SOL_HCI, HCI_CMSG_DIR, sizeof(incoming), in hci_sock_cmsg() 965 &incoming); in hci_sock_cmsg()
|
D | hci_core.c | 3548 bt_cb(skb)->incoming = 1; in hci_recv_frame()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/ |
D | Kconfig | 85 Enabling broadcast filtering will drop any incoming wireless 87 patterns (e.g. incoming arp requests). 90 expect incoming broadcasts for their normal operations.
|
/linux-4.4.14/drivers/virt/ |
D | Kconfig | 25 2) A file interface to reading incoming doorbells.
|
/linux-4.4.14/Documentation/networking/ |
D | secid.txt | 8 the incoming packet this flow is being generated as a response to (e.g. tcp
|
D | rxrpc.txt | 262 (*) Notifications of incoming calls. 266 (*) When the kernel has received and set up an incoming call, it sends a 476 incoming connections are made. This can be seen in an example program that can 603 (3) The server is then set to listen out for incoming calls: 607 (4) The kernel notifies the server of pending incoming connections by sending 771 and handling the incoming message, the ID assigned by the kernel utility 779 RXRPC_SKB_MARK_FINAL_ACK Final ACK received for an incoming call 784 RXRPC_SKB_MARK_NEW_CALL New incoming call awaiting acceptance 801 (*) Accept an incoming call. 807 This is used to accept an incoming call and to assign it a call ID. This [all …]
|
D | ipvs-sysctl.txt | 117 drop all the incoming packets. 192 of incoming packets that a connection needs to receive before 194 synchronized, every time the number of its incoming packets
|
D | rds.txt | 82 continue to accept and queue incoming messages, even if that 125 incoming message queued to the socket, or a pending notification, 272 a generic struct referring to incoming data that can be handed from 307 struct rds_message built from incoming data
|
D | framerelay.txt | 17 to the FRAD to accept incoming packets.
|
D | e1000e.txt | 54 will generate for incoming packets. It does this by writing a value to the 72 that it receives. After determining the type of incoming traffic in the last 76 The algorithm classifies the incoming traffic every interval into
|
D | e1000.txt | 86 will generate for incoming packets. It does this by writing a value to the 104 that it receives. After determining the type of incoming traffic in the last 108 The algorithm classifies the incoming traffic every interval into 176 incoming packets, at the expense of increased system memory utilization.
|
D | nf_conntrack-sysctl.txt | 21 Verify checksum of incoming packets. Packets with bad checksums are
|
D | timestamping.txt | 7 Generates a timestamp for each incoming packet in (not necessarily 358 the requested fine-grained filtering for incoming packets is not 403 /* time stamp no incoming packet at all */ 406 /* time stamp any incoming packet */
|
D | spider_net.txt | 142 net eth1: Spider RX RAM full, incoming packets might be discarded! 167 to do, and the hardware has nowhere to put incoming data.
|
D | openvswitch.txt | 104 of a incoming packet. Using wildcarded flow can improve the flow set up rate 128 responsibility of the user space program to ensure that any incoming packet
|
D | ixgb.txt | 133 Increasing this value allows the driver to buffer more incoming packets. 258 be used by the IP stack to store incoming data.
|
D | ip-sysctl.txt | 25 In mode 2 incoming Path MTU Discovery messages will be 264 1 Enable ECN when requested by incoming connections and 266 2 Enable ECN when requested by incoming connections 304 in response to incoming TCP packets that are for an existing 1067 Each incoming packet is tested against the FIB and if the interface 1071 Each incoming packet's source address is also tested against the FIB 1141 configured on the incoming interface 1143 configured on the incoming interface and both with the
|
D | 6pack.txt | 49 db0bm.automation.fh-aachen.de. In the directory /incoming/dg3kq,
|
D | udplite.txt | 247 length than that of incoming packet
|
D | cxgb.txt | 123 Setting large number of incoming connection requests:
|
D | bonding.txt | 349 Enabling validation causes the ARP monitor to examine the incoming 379 Enabling filtering causes the ARP monitor to only use incoming ARP 451 incoming broadcasts with their own source MAC (which 458 traffic, if the switch snoops incoming traffic to 954 IGMP report must be issued to cause the switch to forward the incoming 1673 machine's aggregate, thus receiving a portion of that hosts incoming 2410 in this mode all incoming traffic arrives over a single 2417 and will also balance incoming traffic from local network
|
D | stmmac.txt | 64 The incoming packets are stored, by the DMA, in a list of pre-allocated socket
|
D | z8530drv.txt | 337 configure "rxecho" to echo the incoming frames from "9k6" to "axlink"
|
D | packet_mmap.txt | 80 [capture] poll() ---------> to wait for incoming packets
|
D | can.txt | 621 CAN ID ranges from the incoming traffic.
|
/linux-4.4.14/Documentation/device-mapper/ |
D | dm-service-time.txt | 6 the incoming I/O. 44 ('in-flight-size' + 'size-of-incoming-io') / 'relative_throughput'
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | knfsd-stats.txt | 80 This statistic tracks the circumstance where incoming 87 i.e. was not woken to handle any incoming network packets for 106 Note that incoming packets on NFS transports will be dealt with in
|
/linux-4.4.14/Documentation/nfc/ |
D | nfc-hci.txt | 118 On the rx path, the driver is responsible to push incoming HCP frames to HCI 186 fast, cannot sleep. sends incoming frames to HCI where they are passed to 198 Dispatches incoming HCI commands or events. 228 receives incoming frames in an skb queue filled from the driver IRQ handler. 270 - driver (pn544) fails to deliver an incoming frame: it stores the error such 276 - SMW is basically a background thread to handle incoming and outgoing shdlc
|
/linux-4.4.14/arch/alpha/lib/ |
D | csum_ipv6_magic.S | 23 zapnot $20,15,$20 # .. e1 : zero extend incoming csum
|
D | ev6-csum_ipv6_magic.S | 69 zapnot $20,15,$20 # U : zero extend incoming csum
|
/linux-4.4.14/net/dccp/ |
D | Kconfig | 47 state in response to incoming packets. It is used for debugging
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-intel_th-devices-gth | 23 incoming data while output port is in reset.
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | brcm,bcm7038-l1-intc.txt | 9 - 64, 96, 128, or 160 incoming level IRQ lines
|
/linux-4.4.14/net/ax25/ |
D | Kconfig | 56 networking. A DAMA server (called "master") accepts incoming traffic 71 networking. A DAMA server (called "master") accepts incoming traffic
|
/linux-4.4.14/drivers/isdn/hisax/ |
D | callc.c | 29 static int init_b_st(struct Channel *chanp, int incoming); 271 chanp->incoming = 0; in lli_prep_dialout() 289 chanp->incoming = 0; in lli_resume() 429 chanp->incoming = !0; in lli_init_bchan_in() 1093 chanp->incoming = 0; in init_chan() 1263 init_b_st(struct Channel *chanp, int incoming) in init_b_st() argument 1298 if (!incoming) in init_b_st()
|
D | hisax.h | 539 int incoming; member
|
/linux-4.4.14/drivers/net/arcnet/ |
D | arcdevice.h | 306 struct Incoming incoming[256]; /* one from each address */ member
|
D | rfc1201.c | 140 struct Incoming *in = &lp->rfc1201.incoming[saddr]; in rx()
|
/linux-4.4.14/net/sctp/ |
D | Kconfig | 45 state in response to incoming packets. It is used for debugging
|
/linux-4.4.14/Documentation/mic/ |
D | scif_overview.txt | 16 4. Poll semantics for detection of incoming connections and messages
|
/linux-4.4.14/Documentation/devicetree/bindings/dma/ |
D | dma.txt | 48 - dma-requests: Number of incoming request lines the router can handle.
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-timechart.txt | 28 Upper bar shows incoming events (disk reads, ingress network packets).
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | README.quirks | 23 The PCI REQ signal is the logical-or of the incoming function requests.
|
/linux-4.4.14/Documentation/x86/i386/ |
D | IO-APIC.txt | 46 connected to the PCI chipset IRQ routing facility (the incoming PIRQ1-4
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | gpc.fuc | 339 // incoming fifo command? 343 // queue incoming fifo command for later processing
|
D | hub.fuc | 320 // incoming fifo command? 324 // queue incoming fifo command for later processing
|
/linux-4.4.14/Documentation/networking/dsa/ |
D | bcm_sf2.txt | 71 an external switch pseudo-PHY address will both be snooping for incoming MDIO
|
D | dsa.txt | 165 Ethernet switch will be able to process these incoming frames from the
|
/linux-4.4.14/arch/frv/kernel/ |
D | switch_to.S | 117 # - GR9 will point to the incoming thread_struct
|
/linux-4.4.14/Documentation/input/ |
D | ntrig.txt | 81 user observable latency), the filter accumulates confidence for incoming
|
/linux-4.4.14/Documentation/ |
D | rpmsg.txt | 209 on probe(), and whenever it receives an incoming message, it dumps its 219 print_hex_dump(KERN_INFO, "incoming message:", DUMP_PREFIX_NONE,
|
D | unaligned-memory-access.txt | 246 required to copy the incoming frame into an aligned buffer. Because this is
|
D | IPMI.txt | 279 IPMICTL_SEND_COMMAND ioctl. For incoming stuff, you can use select()
|
/linux-4.4.14/drivers/isdn/capi/ |
D | capidrv.c | 87 int incoming; member 388 card->bchans[plcip->chan].incoming = 0; in free_plci() 1081 bchan->incoming = 1; in handle_incoming_call() 1276 if (card->bchans[plcip->chan].incoming) { in handle_plci()
|
/linux-4.4.14/arch/arm/mach-tegra/ |
D | sleep-tegra20.S | 500 str r2, [r1, #EMC_REQ_CTRL] @ stall incoming DRAM requests
|
D | sleep-tegra30.S | 770 str r1, [r0, #EMC_REQ_CTRL] @ stall incoming DRAM requests
|
/linux-4.4.14/fs/afs/ |
D | internal.h | 115 bool incoming; /* T if incoming call */ member
|
D | rxrpc.c | 539 if (call->incoming) in afs_deliver_to_call()
|
/linux-4.4.14/Documentation/vm/ |
D | userfaultfd.txt | 140 over it when receiving incoming userfaults. After sending each page of
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | ilsp.S | 517 mov.w %cc,MUL64_CC(%a6) # save incoming ccodes 628 mov.w %cc,MUL64_CC(%a6) # save incoming ccodes
|
/linux-4.4.14/Documentation/video4linux/ |
D | vivid.txt | 191 incoming picture. 192 bit 1: Enable compose support. Composing will copy the incoming 194 bit 2: Enable scaling support. Scaling can scale the incoming 215 bit 1: Enable compose support. Composing will copy the incoming 217 bit 2: Enable scaling support. Scaling can scale the incoming
|
/linux-4.4.14/Documentation/s390/ |
D | monreader.txt | 193 As soon as the device is opened, incoming messages will be accepted and they
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | Kconfig | 248 error should be issued in response to an incoming packet, rather
|
/linux-4.4.14/Documentation/prctl/ |
D | seccomp_filter.txt | 16 incoming system calls. The filter is expressed as a Berkeley Packet
|
/linux-4.4.14/net/netfilter/ |
D | Kconfig | 767 To create an LED trigger for incoming SSH traffic: 859 REDIRECT is a special case of NAT: all incoming connections are 860 mapped onto the incoming interface's address, causing the packets to 1266 analyzing incoming TCP SYN packets.
|
/linux-4.4.14/net/sched/ |
D | Kconfig | 317 Say Y here if you want to use classifiers for incoming packets. 741 classification based on the incoming device. This option is
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | Kconfig | 12 that will take care of intercepting incoming connections to a
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | Kconfig | 248 error should be issued in response to an incoming packet, rather
|
/linux-4.4.14/Documentation/ia64/ |
D | fsys.txt | 118 o Fsyscall-handlers MUST preserve incoming arguments (r32-r39, r11,
|
/linux-4.4.14/net/ |
D | Kconfig | 322 state in response to incoming packets. It is used for debugging
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/ |
D | g98.fuc0s | 202 // incoming fifo command.
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic7xxx.reg | 1560 * incoming command queue. 1580 * incoming target mode command descriptors. The
|
D | aic79xx.reg | 3888 * incoming target mode command descriptors. The 3904 * incoming command queue.
|
D | aic7xxx.seq | 2337 * Restore an SCB that failed to match an incoming reselection
|
D | aic79xx.seq | 662 * care of any incoming L_Qs.
|
/linux-4.4.14/scripts/ |
D | spelling.txt | 502 incomming||incoming
|
/linux-4.4.14/Documentation/hid/ |
D | hid-transport.txt | 97 channel. Any unrequested incoming or outgoing data report must be sent on
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/ |
D | com.fuc | 285 // read incoming fifo command
|
/linux-4.4.14/Documentation/usb/ |
D | WUSB-Design-overview.txt | 246 processing of incoming *DRP Availability Change* notifications. This
|
/linux-4.4.14/Documentation/PCI/ |
D | pci-error-recovery.txt | 34 It also gives the drivers a chance to defer incoming I/O as
|
/linux-4.4.14/drivers/staging/lustre/ |
D | sysfs-fs-lustre | 441 to "high priority" incoming requests.
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.megaraid | 398 to be replaced by an incoming ioctl command.
|
/linux-4.4.14/net/ipv4/ |
D | Kconfig | 36 automatically rejects incoming packets if the routing table entry
|
/linux-4.4.14/drivers/hid/ |
D | Kconfig | 406 generic USB_HID driver and all incoming events will be multiplexed
|
/linux-4.4.14/Documentation/security/ |
D | Smack.txt | 700 will set the Smack label "*" as the object label against which incoming
|
/linux-4.4.14/Documentation/power/ |
D | devices.txt | 403 recognize if the device is the source of incoming interrupts, if any,
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 971 connections work, but incoming connections won't without more work, 2370 config ubd3=/home/jdike/incoming/roots/root_fs_debian22
|