Home
last modified time | relevance | path

Searched refs:incoming (Results 1 – 25 of 89) sorted by relevance

1234

/linux-3.4.99/fs/nfs/
Dnfsroot.c185 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-3.4.99/include/net/bluetooth/
Dbluetooth.h221 __u8 incoming; member
236 bt_cb(skb)->incoming = 0; in bt_skb_alloc()
249 bt_cb(skb)->incoming = 0; in bt_skb_send_alloc()
/linux-3.4.99/Documentation/isdn/
DREADME88 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 …]
DREADME.diversion49 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
DINTERFACE.fax67 Defines outgoing/send or incoming/receive connection.
98 ISDN_TTY_FAX_FCON_I signals the established, incoming connection,
DINTERFACE269 (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
/linux-3.4.99/drivers/md/
Ddm-service-time.c197 size_t incoming) in st_compare_load() argument
235 sz1 += incoming; in st_compare_load()
236 sz2 += incoming; in st_compare_load()
/linux-3.4.99/net/bluetooth/
Dhci_sock.c213 if (bt_cb(skb)->incoming) in hci_send_to_monitor()
219 if (bt_cb(skb)->incoming) in hci_send_to_monitor()
379 bt_cb(skb)->incoming = 1; in hci_si_event()
720 int incoming = bt_cb(skb)->incoming; in hci_sock_cmsg() local
721 put_cmsg(msg, SOL_HCI, HCI_CMSG_DIR, sizeof(incoming), &incoming); in hci_sock_cmsg()
/linux-3.4.99/Documentation/netlabel/
Dlsm_interface.txt30 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
Dintroduction.txt11 applications and read security attributes from incoming network packets. It
/linux-3.4.99/Documentation/networking/
Dtimestamping.txt4 Generate time stamp for each incoming packet using the (not necessarily
51 recvmsg() can be used to get this control message for regular incoming
104 the requested fine-grained filtering for incoming packets is not
138 /* time stamp no incoming packet at all */
141 /* time stamp any incoming packet */
Dsecid.txt8 the incoming packet this flow is being generated as a response to (e.g. tcp
Drxrpc.txt260 (*) Notifications of incoming calls.
264 (*) When the kernel has received and set up an incoming call, it sends a
474 incoming connections are made. This can be seen in an example program that can
601 (3) The server is then set to listen out for incoming calls:
605 (4) The kernel notifies the server of pending incoming connections by sending
769 and handling the incoming message, the ID assigned by the kernel utility
777 RXRPC_SKB_MARK_FINAL_ACK Final ACK received for an incoming call
782 RXRPC_SKB_MARK_NEW_CALL New incoming call awaiting acceptance
799 (*) Accept an incoming call.
805 This is used to accept an incoming call and to assign it a call ID. This
[all …]
Dipvs-sysctl.txt89 drop all the incoming packets.
154 of incoming packets that a connection needs to receive before
156 synchronized, every time the number of its incoming packets
Drds.txt83 continue to accept and queue incoming messages, even if that
126 incoming message queued to the socket, or a pending notification,
273 a generic struct referring to incoming data that can be handed from
308 struct rds_message built from incoming data
/linux-3.4.99/drivers/staging/media/solo6x10/
DTODO20 - implement loopback of external sound jack with incoming audio?
/linux-3.4.99/drivers/virt/
DKconfig24 2) A file interface to reading incoming doorbells.
/linux-3.4.99/Documentation/device-mapper/
Ddm-service-time.txt6 the incoming I/O.
44 ('in-flight-size' + 'size-of-incoming-io') / 'relative_throughput'
/linux-3.4.99/arch/alpha/lib/
Dcsum_ipv6_magic.S23 zapnot $20,15,$20 # .. e1 : zero extend incoming csum
Dev6-csum_ipv6_magic.S69 zapnot $20,15,$20 # U : zero extend incoming csum
/linux-3.4.99/Documentation/filesystems/nfs/
Dknfsd-stats.txt86 This statistic tracks the circumstance where incoming
123 i.e. was not woken to handle any incoming network packets for
142 Note that incoming packets on NFS transports will be dealt with in
/linux-3.4.99/drivers/media/video/
Dvino.c2031 unsigned int incoming, id; in vino_capture_next() local
2055 err = vino_queue_get_incoming(&vcs->fb_queue, &incoming); in vino_capture_next()
2062 if (incoming == 0) { in vino_capture_next()
2195 unsigned int incoming = 0, outgoing = 0, id; in vino_capture_stop() local
2213 if (vino_queue_get_incoming(&vcs->fb_queue, &incoming)) { in vino_capture_stop()
2218 while (incoming > 0) { in vino_capture_stop()
2221 if (vino_queue_get_incoming(&vcs->fb_queue, &incoming)) { in vino_capture_stop()
3494 unsigned int incoming, outgoing; in vino_dqbuf() local
3502 err = vino_queue_get_incoming(&vcs->fb_queue, &incoming); in vino_dqbuf()
3513 dprintk("incoming = %d, outgoing = %d\n", incoming, outgoing); in vino_dqbuf()
[all …]
/linux-3.4.99/net/dccp/
DKconfig47 state in response to incoming packets. It is used for debugging
/linux-3.4.99/net/ax25/
DKconfig56 networking. A DAMA server (called "master") accepts incoming traffic
71 networking. A DAMA server (called "master") accepts incoming traffic
/linux-3.4.99/include/linux/
Darcdevice.h296 struct Incoming incoming[256]; /* one from each address */ member

1234