Home
last modified time | relevance | path

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

/net/unix/
Daf_unix.c329 static void unix_dgram_disconnected(struct sock *sk, struct sock *other) in unix_dgram_disconnected() argument
339 if (!sock_flag(other, SOCK_DEAD) && unix_peer(other) == sk) { in unix_dgram_disconnected()
340 other->sk_err = ECONNRESET; in unix_dgram_disconnected()
341 other->sk_error_report(other); in unix_dgram_disconnected()
926 struct sock *other; in unix_dgram_connect() local
941 other = unix_find_other(net, sunaddr, alen, sock->type, hash, &err); in unix_dgram_connect()
942 if (!other) in unix_dgram_connect()
945 unix_state_double_lock(sk, other); in unix_dgram_connect()
948 if (sock_flag(other, SOCK_DEAD)) { in unix_dgram_connect()
949 unix_state_double_unlock(sk, other); in unix_dgram_connect()
[all …]
/net/sctp/
Ddebug.c156 if (id.other <= SCTP_EVENT_OTHER_MAX) in sctp_oname()
157 return sctp_other_tbl[id.other]; in sctp_oname()
Dsm_statetable.c93 DO_LOOKUP(SCTP_EVENT_OTHER_MAX, other, other_event_table); in sctp_sm_lookup_event()
Dsm_statefuns.c5162 SCTP_DEBUG_PRINTK("The event other type %d is ignored\n", type.other); in sctp_sf_ignore_other()
/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/sched/
Dsch_red.c141 q->stats.other++; in red_drop()
259 .other = q->stats.other, in red_dump_stats()
Dsch_gred.c293 q->stats.other++; in gred_drop()
540 opt.other = q->stats.other; in gred_dump()
DKconfig459 other devices.
/net/decnet/netfilter/
DKconfig14 unless you just want to monitor routing messages from other nodes.
/net/bluetooth/rfcomm/
DKconfig6 support is required for Dialup Networking, OBEX and other Bluetooth
/net/decnet/
Ddn_nsp_in.c869 int other = 1; in dn_nsp_backlog_rcv() local
879 other = 0; in dn_nsp_backlog_rcv()
881 other = 0; in dn_nsp_backlog_rcv()
888 dn_process_ack(sk, skb, other); in dn_nsp_backlog_rcv()
Ddn_nsp_out.c302 …*dn_mk_ack_header(struct sock *sk, struct sk_buff *skb, unsigned char msgflag, int hlen, int other) in dn_mk_ack_header() argument
317 if (other) { in dn_mk_ack_header()
/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/lapb/
DKconfig11 connection service to exchange data frames with one other host, and
/net/ipv4/
DKconfig145 on NFS" as well), because all other machines configure the network
153 one containing the directory /) from some other computer over the
170 one containing the directory /) from some other computer over the
185 one containing the directory /) from some other computer over the
203 can be useful if you want to make your (or some other) machine
220 This driver is useful if the other endpoint is a Cisco router: Cisco
221 likes GRE much better than the other Linux tunneling driver ("IP
457 among other techniques.
483 other Reno and H-TCP flows.
/net/bridge/
DKconfig16 other third party bridge products.
/net/
DKconfig11 other computer.
42 other computer. You will get the so-called loopback device which
87 based on type, source, destination etc. The other kind of firewall,
/net/bluetooth/
DKconfig10 It was designed as a replacement for cables and other short-range
/net/netfilter/
DKconfig35 This is required to do Masquerading or other kinds of Network
91 provide a notifier chain that can be used by other kernel code
152 required for tracking them, and doing masquerading and other forms
157 which generalize ip_conntrack to support other layer 3 protocols.
187 files to each other, and also chat to each other without the need
368 key') and can also be used by other subsystems to change their
/net/atm/
DKconfig26 ATMARP. If you want to communication with other IP hosts on your ATM
/net/tipc/
Dlink.c793 struct link *other; in link_state_event() local
923 other = l_ptr->owner->active_links[0]; in link_state_event()
924 if (other && link_working_unknown(other)) { in link_state_event()
966 other = l_ptr->owner->active_links[0]; in link_state_event()
967 if (other && link_working_unknown(other)) { in link_state_event()
/net/ipv4/netfilter/
DKconfig24 which generalize ip_conntrack to support other layer 3 protocols.
160 The Full NAT option allows masquerading, port forwarding and other
/net/ipv6/netfilter/
DKconfig19 which generalize ip_conntrack to support other layer 3 protocols.
/net/core/
Dskbuff.c345 struct sk_buff *other; in kfree_skbmem() local
361 other = skb - 1; in kfree_skbmem()
369 kmem_cache_free(skbuff_fclone_cache, other); in kfree_skbmem()