/net/unix/ |
D | af_unix.c | 329 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/ |
D | debug.c | 156 if (id.other <= SCTP_EVENT_OTHER_MAX) in sctp_oname() 157 return sctp_other_tbl[id.other]; in sctp_oname()
|
D | sm_statetable.c | 93 DO_LOOKUP(SCTP_EVENT_OTHER_MAX, other, other_event_table); in sctp_sm_lookup_event()
|
D | sm_statefuns.c | 5162 SCTP_DEBUG_PRINTK("The event other type %d is ignored\n", type.other); in sctp_sf_ignore_other()
|
/net/x25/ |
D | Kconfig | 12 (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/ |
D | sch_red.c | 141 q->stats.other++; in red_drop() 259 .other = q->stats.other, in red_dump_stats()
|
D | sch_gred.c | 293 q->stats.other++; in gred_drop() 540 opt.other = q->stats.other; in gred_dump()
|
D | Kconfig | 459 other devices.
|
/net/decnet/netfilter/ |
D | Kconfig | 14 unless you just want to monitor routing messages from other nodes.
|
/net/bluetooth/rfcomm/ |
D | Kconfig | 6 support is required for Dialup Networking, OBEX and other Bluetooth
|
/net/decnet/ |
D | dn_nsp_in.c | 869 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()
|
D | dn_nsp_out.c | 302 …*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/ |
D | Kconfig | 27 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/ |
D | Kconfig | 11 connection service to exchange data frames with one other host, and
|
/net/ipv4/ |
D | Kconfig | 145 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/ |
D | Kconfig | 16 other third party bridge products.
|
/net/ |
D | Kconfig | 11 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/ |
D | Kconfig | 10 It was designed as a replacement for cables and other short-range
|
/net/netfilter/ |
D | Kconfig | 35 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/ |
D | Kconfig | 26 ATMARP. If you want to communication with other IP hosts on your ATM
|
/net/tipc/ |
D | link.c | 793 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/ |
D | Kconfig | 24 which generalize ip_conntrack to support other layer 3 protocols. 160 The Full NAT option allows masquerading, port forwarding and other
|
/net/ipv6/netfilter/ |
D | Kconfig | 19 which generalize ip_conntrack to support other layer 3 protocols.
|
/net/core/ |
D | skbuff.c | 345 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()
|