Home
last modified time | relevance | path

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

12

/net/unix/
Daf_unix.c380 static int unix_dgram_peer_wake_connect(struct sock *sk, struct sock *other) in unix_dgram_peer_wake_connect() argument
386 u_other = unix_sk(other); in unix_dgram_peer_wake_connect()
391 u->peer_wake.private = other; in unix_dgram_peer_wake_connect()
402 struct sock *other) in unix_dgram_peer_wake_disconnect() argument
407 u_other = unix_sk(other); in unix_dgram_peer_wake_disconnect()
410 if (u->peer_wake.private == other) { in unix_dgram_peer_wake_disconnect()
419 struct sock *other) in unix_dgram_peer_wake_disconnect_wakeup() argument
421 unix_dgram_peer_wake_disconnect(sk, other); in unix_dgram_peer_wake_disconnect_wakeup()
432 static int unix_dgram_peer_wake_me(struct sock *sk, struct sock *other) in unix_dgram_peer_wake_me() argument
436 connected = unix_dgram_peer_wake_connect(sk, other); in unix_dgram_peer_wake_me()
[all …]
/net/vmw_vsock/
Dvsock_addr.c51 const struct sockaddr_vm *other) in vsock_addr_equals_addr() argument
53 return addr->svm_cid == other->svm_cid && in vsock_addr_equals_addr()
54 addr->svm_port == other->svm_port; in vsock_addr_equals_addr()
/net/x25/
DKconfig12 (called "virtual circuits") to other computers connected to the X.25
13 network. Governments, banks, and other organizations tend to use it
14 to connect to each other or to form Wide Area Networks (WANs). Many
/net/sctp/
Ddebug.c142 if (id.other <= SCTP_EVENT_OTHER_MAX) in sctp_oname()
143 return sctp_other_tbl[id.other]; in sctp_oname()
Dsm_statetable.c78 return DO_LOOKUP(SCTP_EVENT_OTHER_MAX, other, in sctp_sm_lookup_event()
/net/qrtr/
DKconfig10 protocol is used to communicate with services provided by other
29 implement endpoints of QRTR, for purpose of tunneling data to other
/net/ax25/
DKconfig28 carry other protocols such as tcp/ip. To use it, you need a device
58 from clients (called "slaves") and redistributes it to other slaves.
73 from clients (called "slaves") and redistributes it to other slaves.
/net/sched/
Dsch_choke.c63 u32 other; /* Drops due to drop() calls */ member
475 .other = q->stats.other, in choke_dump_stats()
Dsch_red.c356 st.other = q->stats.other; in red_dump_stats()
Dsch_gred.c820 opt.other = q->stats.other; in gred_dump()
886 if (nla_put_u32(skb, TCA_GRED_VQ_STAT_OTHER, q->stats.other)) in gred_dump()
/net/bluetooth/rfcomm/
DKconfig7 support is required for Dialup Networking, OBEX and other Bluetooth
/net/
DKconfig15 other computer.
32 This option can be selected by other options that need compat
78 other computer. You will get the so-called loopback device which
130 based on type, source, destination etc. The other kind of firewall,
327 maintain capacity for the other flows. This feature provides servers
356 just checking the various proc files and other utilities for
/net/mac802154/
DKconfig17 complete! Compatibility with other implementations hasn't
/net/dsa/
DKconfig27 Unlike the other tagging protocols, the 802.1Q config option simply
28 provides helpers for other tagging implementations that might rely on
/net/ipv4/
DKconfig114 on NFS" as well), because all other machines configure the network
122 one containing the directory /) from some other computer over the
139 one containing the directory /) from some other computer over the
154 one containing the directory /) from some other computer over the
171 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
450 ss) to close sockets opened by other processes. Closing a socket in
488 among other techniques.
514 other Reno and H-TCP flows.
/net/l2tp/
DKconfig25 L2TPv3 allows other protocols as well as PPP to be carried
63 L2TP has since been adopted for tunneling a number of other
/net/lapb/
DKconfig11 connection service to exchange data frames with one other host, and
/net/hsr/
DKconfig13 other HSR capable nodes.
/net/bridge/
DKconfig18 other third party bridge products.
/net/atm/
DKconfig27 ATMARP. If you want to communication with other IP hosts on your ATM
/net/ipv6/
DKconfig210 This driver is useful if the other endpoint is a Cisco router: Cisco
211 likes GRE much better than the other Linux tunneling driver ("IP
/net/ncsi/
Dncsi-pkt.h185 __be32 other; /* Other indications */ member
/net/bluetooth/
DKconfig21 It was designed as a replacement for cables and other short-range
/net/netfilter/
DKconfig68 This is required to do Masquerading or other kinds of Network
134 provide a notifier chain that can be used by other kernel code
222 required for tracking them, and doing masquerading and other forms
255 files to each other, and also chat to each other without the need
402 The NAT option allows masquerading, port forwarding and other
737 also be used by other subsystems to change their behavior.
880 by other subsystems to change their behaviour.
/net/netfilter/ipset/
DKconfig173 kind of set one can store the name of other sets and it forms

12