Home
last modified time | relevance | path

Searched refs:other (Results 1 – 25 of 30) sorted by relevance

12

/net/unix/
Daf_unix.c364 static int unix_dgram_peer_wake_connect(struct sock *sk, struct sock *other) in unix_dgram_peer_wake_connect() argument
370 u_other = unix_sk(other); in unix_dgram_peer_wake_connect()
375 u->peer_wake.private = other; in unix_dgram_peer_wake_connect()
386 struct sock *other) in unix_dgram_peer_wake_disconnect() argument
391 u_other = unix_sk(other); in unix_dgram_peer_wake_disconnect()
394 if (u->peer_wake.private == other) { in unix_dgram_peer_wake_disconnect()
403 struct sock *other) in unix_dgram_peer_wake_disconnect_wakeup() argument
405 unix_dgram_peer_wake_disconnect(sk, other); in unix_dgram_peer_wake_disconnect_wakeup()
416 static int unix_dgram_peer_wake_me(struct sock *sk, struct sock *other) in unix_dgram_peer_wake_me() argument
420 connected = unix_dgram_peer_wake_connect(sk, other); in unix_dgram_peer_wake_me()
[all …]
/net/vmw_vsock/
Dvsock_addr.c59 const struct sockaddr_vm *other) in vsock_addr_equals_addr() argument
61 return addr->svm_cid == other->svm_cid && in vsock_addr_equals_addr()
62 addr->svm_port == other->svm_port; in vsock_addr_equals_addr()
/net/sctp/
Ddebug.c148 if (id.other <= SCTP_EVENT_OTHER_MAX) in sctp_oname()
149 return sctp_other_tbl[id.other]; in sctp_oname()
/net/x25/
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/sched/
Dsch_red.c144 q->stats.other++; in red_drop()
292 .other = q->stats.other, in red_dump_stats()
Dsch_choke.c67 u32 other; /* Drops due to drop() calls */ member
381 q->stats.other++; in choke_drop()
536 .other = q->stats.other, in choke_dump_stats()
Dsch_gred.c294 q->stats.other++; in gred_drop()
563 opt.other = q->stats.other; in gred_dump()
/net/decnet/
Ddn_nsp_in.c866 int other = 1; in dn_nsp_backlog_rcv() local
876 other = 0; in dn_nsp_backlog_rcv()
878 other = 0; in dn_nsp_backlog_rcv()
885 dn_process_ack(sk, skb, other); in dn_nsp_backlog_rcv()
Ddn_nsp_out.c301 …*dn_mk_ack_header(struct sock *sk, struct sk_buff *skb, unsigned char msgflag, int hlen, int other) in dn_mk_ack_header() argument
316 if (other) { in dn_mk_ack_header()
/net/decnet/netfilter/
DKconfig14 unless you just want to monitor routing messages from other nodes.
/net/
DKconfig14 other computer.
31 This option can be selected by other options that need compat
64 other computer. You will get the so-called loopback device which
130 based on type, source, destination etc. The other kind of firewall,
305 maintain capacity for the other flows. This feature provides servers
351 just checking the various proc files and other utilities for
/net/bluetooth/rfcomm/
DKconfig6 support is required for Dialup Networking, OBEX and other Bluetooth
/net/ax25/
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/ipv4/
DKconfig115 on NFS" as well), because all other machines configure the network
123 one containing the directory /) from some other computer over the
140 one containing the directory /) from some other computer over the
155 one containing the directory /) from some other computer over the
172 can be useful if you want to make your (or some other) machine
201 This driver is useful if the other endpoint is a Cisco router: Cisco
202 likes GRE much better than the other Linux tunneling driver ("IP
451 ss) to close sockets opened by other processes. Closing a socket in
489 among other techniques.
515 other Reno and H-TCP flows.
/net/mac802154/
DKconfig15 complete! Compatibility with other implementations hasn't
/net/l2tp/
DKconfig24 L2TPv3 allows other protocols as well as PPP to be carried
62 L2TP has since been adopted for tunneling a number of other
/net/lapb/
DKconfig10 connection service to exchange data frames with one other host, and
/net/hsr/
DKconfig12 other HSR capable nodes.
/net/bluetooth/
DKconfig17 It was designed as a replacement for cables and other short-range
/net/ipv6/netfilter/
DKconfig24 which generalize ip_conntrack to support other layer 3 protocols.
64 The IPv6 NAT option allows masquerading, port forwarding and other
279 port forwarding and other forms of full Network Address Port
/net/tipc/
Dlink.c484 struct tipc_link *other; in link_state_event() local
598 other = l_ptr->owner->active_links[0]; in link_state_event()
599 if (other && link_working_unknown(other)) in link_state_event()
634 other = l_ptr->owner->active_links[0]; in link_state_event()
635 if (other && link_working_unknown(other)) in link_state_event()
/net/bridge/
DKconfig17 other third party bridge products.
/net/ipv4/netfilter/
DKconfig24 which generalize ip_conntrack to support other layer 3 protocols.
86 The IPv4 NAT option allows masquerading, port forwarding and other
249 port forwarding and other forms of full Network Address Port
/net/ipv6/
DKconfig206 This driver is useful if the other endpoint is a Cisco router: Cisco
207 likes GRE much better than the other Linux tunneling driver ("IP
/net/atm/
DKconfig26 ATMARP. If you want to communication with other IP hosts on your ATM

12