Searched refs:other (Results 1 - 25 of 27) sorted by relevance

12

/net/unix/
H A Daf_unix.c57 * other the moment one end closes.
342 static void unix_dgram_disconnected(struct sock *sk, struct sock *other) argument
352 if (!sock_flag(other, SOCK_DEAD) && unix_peer(other) == sk) {
353 other->sk_err = ECONNRESET;
354 other->sk_error_report(other);
964 struct sock *other; local
979 other = unix_find_other(net, sunaddr, alen, sock->type, hash, &err);
980 if (!other)
1032 unix_wait_for_peer(struct sock *other, long timeo) argument
1061 struct sock *other = NULL; local
1409 maybe_add_creds(struct sk_buff *skb, const struct socket *sock, const struct sock *other) argument
1434 struct sock *other = NULL; local
1605 struct sock *other = NULL; local
2063 struct sock *other; local
2199 struct sock *sk = sock->sk, *other; local
[all...]
/net/sctp/
H A Ddebug.c156 /* Lookup "other" debug name. */
159 if (id.other <= SCTP_EVENT_OTHER_MAX)
160 return sctp_other_tbl[id.other];
161 return "unknown 'other' event";
H A Dsm_statetable.c98 return DO_LOOKUP(SCTP_EVENT_OTHER_MAX, other,
/net/vmw_vsock/
H A Dvsock_addr.h26 const struct sockaddr_vm *other);
H A Dvsock_addr.c60 const struct sockaddr_vm *other)
62 return addr->svm_cid == other->svm_cid &&
63 addr->svm_port == other->svm_port;
59 vsock_addr_equals_addr(const struct sockaddr_vm *addr, const struct sockaddr_vm *other) argument
/net/decnet/netfilter/
H A DKconfig14 unless you just want to monitor routing messages from other nodes.
/net/x25/
H A DKconfig11 (called "virtual circuits") to other computers connected to the X.25
12 network. Governments, banks, and other organizations tend to use it
13 to connect to each other or to form Wide Area Networks (WANs). Many
/net/bridge/
H A DKconfig17 other third party bridge products.
/net/ax25/
H A DKconfig27 carry other protocols such as tcp/ip. To use it, you need a device
57 from clients (called "slaves") and redistributes it to other slaves.
72 from clients (called "slaves") and redistributes it to other slaves.
/net/l2tp/
H A DKconfig23 L2TPv3 allows other protocols as well as PPP to be carried
61 L2TP has since been adopted for tunneling a number of other
/net/lapb/
H A DKconfig10 connection service to exchange data frames with one other host, and
/net/atm/
H A DKconfig26 ATMARP. If you want to communication with other IP hosts on your ATM
/net/bluetooth/
H A DKconfig17 It was designed as a replacement for cables and other short-range
/net/ipv4/
H A DKconfig118 on NFS" as well), because all other machines configure the network
126 one containing the directory /) from some other computer over the
143 one containing the directory /) from some other computer over the
158 one containing the directory /) from some other computer over the
175 can be useful if you want to make your (or some other) machine
204 This driver is useful if the other endpoint is a Cisco router: Cisco
205 likes GRE much better than the other Linux tunneling driver ("IP
468 among other techniques.
494 other Reno and H-TCP flows.
/net/sched/
H A Dsch_red.c144 q->stats.other++;
291 .other = q->stats.other,
H A Dsch_choke.c68 u32 other; /* Drops due to drop() calls */ member in struct:choke_sched_data::__anon148
376 q->stats.other++;
533 .other = q->stats.other,
H A Dsch_gred.c294 q->stats.other++;
563 opt.other = q->stats.other;
H A DKconfig573 other devices.
/net/decnet/
H A Ddn_nsp_in.c17 * Steve Whitehouse: Put other common bits into dn_nsp_rx()
583 * also allows data and other data to be queued to a socket.
868 int other = 1; local
878 other = 0;
880 other = 0;
884 * to data, other data, link serivce and both
887 dn_process_ack(sk, skb, other);
H A Ddn_nsp_out.c207 * Clone a queued data or other data packet and transmit it.
233 * Try and send the packet on the end of the data and other data queues.
252 * If we are still trying to get some other data down the
301 static __le16 *dn_mk_ack_header(struct sock *sk, struct sk_buff *skb, unsigned char msgflag, int hlen, int other) argument
315 /* If this is an "other data/ack" message, swap acknum and ackcrs */
316 if (other) {
/net/ipv4/netfilter/
H A DKconfig24 which generalize ip_conntrack to support other layer 3 protocols.
151 The IPv4 NAT option allows masquerading, port forwarding and other
/net/ipv6/
H A DKconfig212 This driver is useful if the other endpoint is a Cisco router: Cisco
213 likes GRE much better than the other Linux tunneling driver ("IP
/net/
H A DKconfig12 other computer.
29 This option can be selected by other options that need compat
62 other computer. You will get the so-called loopback device which
124 based on type, source, destination etc. The other kind of firewall,
318 just checking the various proc files and other utilities for
/net/ipv6/netfilter/
H A DKconfig24 which generalize ip_conntrack to support other layer 3 protocols.
205 The IPv6 NAT option allows masquerading, port forwarding and other
/net/tipc/
H A Dlink.c15 * documentation and/or other materials provided with the distribution.
272 /* do all other link processing performed on a periodic basis */
599 struct tipc_link *other; local
707 other = l_ptr->owner->active_links[0];
708 if (other && link_working_unknown(other))
742 other = l_ptr->owner->active_links[0];
743 if (other && link_working_unknown(other))
1056 return tipc_link_send_buf(l_ptr, buf); /* All other case
[all...]

Completed in 205 milliseconds

12