Home
last modified time | relevance | path

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

12

/net/unix/
Daf_unix.c384 static int unix_dgram_peer_wake_connect(struct sock *sk, struct sock *other) in unix_dgram_peer_wake_connect() argument
390 u_other = unix_sk(other); in unix_dgram_peer_wake_connect()
395 u->peer_wake.private = other; in unix_dgram_peer_wake_connect()
406 struct sock *other) in unix_dgram_peer_wake_disconnect() argument
411 u_other = unix_sk(other); in unix_dgram_peer_wake_disconnect()
414 if (u->peer_wake.private == other) { in unix_dgram_peer_wake_disconnect()
423 struct sock *other) in unix_dgram_peer_wake_disconnect_wakeup() argument
425 unix_dgram_peer_wake_disconnect(sk, other); in unix_dgram_peer_wake_disconnect_wakeup()
436 static int unix_dgram_peer_wake_me(struct sock *sk, struct sock *other) in unix_dgram_peer_wake_me() argument
440 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.c146 q->stats.other++; in red_drop()
301 .other = q->stats.other, in red_dump_stats()
Dsch_choke.c67 u32 other; /* Drops due to drop() calls */ member
375 q->stats.other++; in choke_drop()
548 .other = q->stats.other, in choke_dump_stats()
Dsch_gred.c295 q->stats.other++; in gred_drop()
584 opt.other = q->stats.other; in gred_dump()
/net/decnet/
Ddn_nsp_in.c868 int other = 1; in dn_nsp_backlog_rcv() local
878 other = 0; in dn_nsp_backlog_rcv()
880 other = 0; in dn_nsp_backlog_rcv()
887 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/
DKconfig14 other computer.
31 This option can be selected by other options that need compat
67 other computer. You will get the so-called loopback device which
125 based on type, source, destination etc. The other kind of firewall,
302 maintain capacity for the other flows. This feature provides servers
348 just checking the various proc files and other utilities for
/net/decnet/netfilter/
DKconfig14 unless you just want to monitor routing messages from other nodes.
/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/bluetooth/rfcomm/
DKconfig6 support is required for Dialup Networking, OBEX and other Bluetooth
/net/mac802154/
DKconfig16 complete! Compatibility with other implementations hasn't
/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
202 This driver is useful if the other endpoint is a Cisco router: Cisco
203 likes GRE much better than the other Linux tunneling driver ("IP
449 ss) to close sockets opened by other processes. Closing a socket in
487 among other techniques.
513 other Reno and H-TCP flows.
/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/ipv6/netfilter/
DKconfig24 which generalize ip_conntrack to support other layer 3 protocols.
82 The IPv6 NAT option allows masquerading, port forwarding and other
306 port forwarding and other forms of full Network Address Port
/net/bridge/
DKconfig17 other third party bridge products.
/net/ipv4/netfilter/
DKconfig24 which generalize ip_conntrack to support other layer 3 protocols.
104 The IPv4 NAT option allows masquerading, port forwarding and other
276 port forwarding and other forms of full Network Address Port
/net/ipv6/
DKconfig226 This driver is useful if the other endpoint is a Cisco router: Cisco
227 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
/net/bluetooth/
DKconfig18 It was designed as a replacement for cables and other short-range
/net/netfilter/
DKconfig51 This is required to do Masquerading or other kinds of Network
112 provide a notifier chain that can be used by other kernel code
198 required for tracking them, and doing masquerading and other forms
203 which generalize ip_conntrack to support other layer 3 protocols.
233 files to each other, and also chat to each other without the need
592 other subsystems to change their behavior.
735 MARK value as routing key") and can also be used by other subsystems to

12