| /net/x25/ |
| A D | x25_route.c | 137 struct x25_route *rt, *use = NULL; in x25_get_route() local 143 if (!use) in x25_get_route() 144 use = rt; in x25_get_route() 145 else if (rt->sigdigits > use->sigdigits) in x25_get_route() 146 use = rt; in x25_get_route() 150 if (use) in x25_get_route() 151 x25_route_hold(use); in x25_get_route() 154 return use; in x25_get_route()
|
| A D | x25_link.c | 334 struct x25_neigh *nb, *use = NULL; in x25_get_neigh() local 339 use = nb; in x25_get_neigh() 344 if (use) in x25_get_neigh() 345 x25_neigh_hold(use); in x25_get_neigh() 347 return use; in x25_get_neigh()
|
| /net/atm/ |
| A D | mpoa_caches.c | 44 refcount_inc(&entry->use); in in_cache_get() 65 refcount_inc(&entry->use); in in_cache_get_with_mask() 86 refcount_inc(&entry->use); in in_cache_get_by_vcc() 109 refcount_set(&entry->use, 1); in in_cache_add_entry() 125 refcount_inc(&entry->use); in in_cache_add_entry() 341 refcount_inc(&entry->use); in eg_cache_get_by_cache_id() 362 refcount_inc(&entry->use); in eg_cache_get_by_tag() 384 refcount_inc(&entry->use); in eg_cache_get_by_vcc() 404 refcount_inc(&entry->use); in eg_cache_get_by_src_ip() 469 refcount_set(&entry->use, 1); in eg_cache_add_entry() [all …]
|
| A D | mpoa_caches.h | 31 refcount_t use; member 64 refcount_t use; member
|
| /net/sched/ |
| A D | Kconfig | 31 This Quality of Service (QoS) support will enable you to use 74 Say Y here if you want to use an n-band priority queue packet 83 Say Y here if you want to use an n-band queue packet scheduler 92 Say Y here if you want to use the Random Early Detection (RED) 103 Say Y here if you want to use the Stochastic Fair Blue (SFB) 234 Say Y here if you want to use the SKB priority queue 269 Say Y here if you want to use the Controlled Delay (CODEL) 316 Say Y here if you want to use the Heavy-Hitter Filter (HHF) 398 Say Y here if you want to use the ETS packet scheduling 414 Say Y here if you want to use BPF-based Qdisc. [all …]
|
| /net/rose/ |
| A D | rose_in.c | 59 rose->neighbour->use--; in rose_state1_machine() 82 rose->neighbour->use--; in rose_state2_machine() 87 rose->neighbour->use--; in rose_state2_machine() 124 rose->neighbour->use--; in rose_state3_machine() 237 rose->neighbour->use--; in rose_state4_machine() 257 rose_sk(sk)->neighbour->use--; in rose_state5_machine()
|
| A D | rose_route.c | 96 rose_neigh->use = 0; in rose_add_node() 266 rose_route->neigh1->use--; in rose_remove_route() 269 rose_route->neigh2->use--; in rose_remove_route() 384 sn->use = 0; in rose_add_loopback_neigh() 569 if (s->use == 0 && !s->loopback) { in rose_clear_routes() 787 rose_route->neigh1->use--; in rose_del_route_by_neigh() 793 rose_route->neigh2->use--; in rose_del_route_by_neigh() 922 rose->neighbour->use--; in rose_route_frame() 1065 rose_route->neigh1->use++; in rose_route_frame() 1066 rose_route->neigh2->use++; in rose_route_frame() [all …]
|
| /net/phonet/ |
| A D | Kconfig | 10 communication protocol developed by Nokia for use with its modems. 12 This is required for Maemo to use cellular data connectivity (if 14 from a Linux computer, although AT commands may be easier to use.
|
| /net/can/ |
| A D | Kconfig | 28 the BSD socket API. You probably want to use the raw socket in 31 To receive/send raw CAN messages, use AF_CAN with protocol CAN_RAW. 41 You probably want to use the bcm socket in most cases where cyclic 43 To use the Broadcast Manager, use AF_CAN with protocol CAN_BCM.
|
| /net/core/ |
| A D | skmsg.c | 38 int use, i; in sk_msg_alloc() local 47 if (!sk_wmem_schedule(sk, use)) { in sk_msg_alloc() 59 sge->length += use; in sk_msg_alloc() 73 sk_mem_charge(sk, use); in sk_msg_alloc() 74 msg->sg.size += use; in sk_msg_alloc() 75 pfrag->offset += use; in sk_msg_alloc() 76 len -= use; in sk_msg_alloc() 317 ssize_t orig, copied, use, offset; in sk_msg_zerocopy_from_iter() local 341 pages[i], use, offset); in sk_msg_zerocopy_from_iter() 343 sk_mem_charge(sk, use); in sk_msg_zerocopy_from_iter() [all …]
|
| /net/sunrpc/ |
| A D | Kconfig | 45 Choose Y to enable the use of Kerberos 5 encryption types 57 Choose Y to enable the use of Kerberos 5 encryption types 70 Choose Y to enable the use of Kerberos 5 encryption types 110 This option allows the NFS client and server to use RDMA
|
| /net/ipv4/ |
| A D | Kconfig | 40 so-called IP spoofing, however it can pose problems if you use 44 rp_filter on use: 158 here. Note that if you want to use RARP, a RARP server must be 172 appear on a different network than it physically is, or to use 252 because Cisco supports it. You need special software to use it 257 you just want to use Dense Mode PIM. 278 say Y here, the TCP/IP stack will use a cryptographic challenge 337 When this option is enabled IP tunnels can be configured to use 534 A modification to TCP's congestion control mechanism for use 597 throughput over wireless networks. TCP Veno makes use of state [all …]
|
| /net/netfilter/ |
| A D | nft_immediate.c | 171 nft_use_dec(&chain->table->use); in nft_immediate_deactivate() 210 nft_use_dec(&chain->use); in nft_immediate_destroy() 218 nft_use_dec(&chain->use); in nft_immediate_destroy() 220 nft_use_dec(&chain->use); in nft_immediate_destroy()
|
| A D | nft_objref.c | 44 if (!nft_use_inc(&obj->use)) in nft_objref_init() 77 nft_use_dec(&obj->use); in nft_objref_deactivate() 85 nft_use_inc_restore(&obj->use); in nft_objref_activate()
|
| A D | nf_conntrack_expect.c | 161 if (i && !refcount_inc_not_zero(&i->use)) in nf_ct_expect_find_get() 211 !refcount_inc_not_zero(&exp->master->ct_general.use))) in nf_ct_find_expectation() 215 refcount_inc(&exp->use); in nf_ct_find_expectation() 307 refcount_set(&new->use, 1); in nf_ct_expect_alloc() 380 if (refcount_dec_and_test(&exp->use)) in nf_ct_expect_put() 394 refcount_add(2, &exp->use); in nf_ct_expect_insert()
|
| A D | Kconfig | 534 This option adds the "log" expression that you can use to log 540 This option adds the "limit" expression that you can use to 558 This options adds the "redirect" expression that you can use 580 This is required if you intend to use the userspace queueing 594 This option adds the "reject" expression that you can use to 607 This is required if you intend to use any of existing 747 This is required if you intend to use any of ip_tables, 767 you use iptables over nftables (iptables-nft). 846 the priority of a packet. Some qdiscs can use this value for 1123 packets, for use with security subsystems. [all …]
|
| /net/iucv/ |
| A D | Kconfig | 7 Select this option if you want to use inter-user communication 16 Select this option if you want to use AF_IUCV socket applications
|
| /net/lapb/ |
| A D | lapb_iface.c | 83 struct lapb_cb *lapb, *use = NULL; in __lapb_devtostruct() local 87 use = lapb; in __lapb_devtostruct() 92 if (use) in __lapb_devtostruct() 93 lapb_hold(use); in __lapb_devtostruct() 95 return use; in __lapb_devtostruct()
|
| /net/rds/ |
| A D | Kconfig | 14 Allow RDS to use Infiniband as a transport. 22 Allow RDS to use TCP as a transport.
|
| /net/nfc/nci/ |
| A D | Kconfig | 22 Say yes if you use an NCI driver that requires SPI link layer. 29 Say yes if you use an NCI driver that requires UART link layer.
|
| /net/smc/ |
| A D | Kconfig | 7 SMC-R provides a "sockets over RDMA" solution making use of 30 loopback-ism in SMC and makes use of it for transferring data
|
| /net/ |
| A D | Kconfig | 118 system) use TCP/IP even if your machine is not connected to any 169 The most common use of packet filtering is to run your Linux box as 183 You should also say Y here if you intend to use your Linux box as 199 Another use of Netfilter is in transparent proxying: if a machine on 204 Yet another use of Netfilter is building a bridging firewall. Using 207 protocols over the bridge, use ebtables (under bridge netfilter 338 Cgroup subsystem for use in assigning processes to network priorities on 346 Cgroup subsystem for use as general purpose socket classid marker that is 394 Documentation on how to use the packet generator can be found 516 failover netdev. This enables paravirtual drivers to use a
|
| /net/appletalk/ |
| A D | Kconfig | 9 AppleTalk is the protocol that Apple computers can use to communicate 11 wish to connect to it, say Y. You will need to use the netatalk package
|
| /net/batman-adv/ |
| A D | Kconfig | 42 to both the same LAN and the same mesh. If you will never use 82 This is an option for use by developers; most people should 92 This is an option for use by developers; most people should
|
| /net/caif/ |
| A D | Kconfig | 12 based connection-oriented MUX protocol developed by ST-Ericsson for use 23 use and configure CAIF.
|