Home
last modified time | relevance | path

Searched refs:use (Results 1 – 25 of 61) sorted by relevance

123

/net/x25/
Dx25_route.c137 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()
Dx25_link.c334 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/
Dmpoa_caches.c44 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()
182 if (refcount_dec_and_test(&entry->use)) { in in_cache_put()
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()
[all …]
Dmpoa_caches.h31 refcount_t use; member
64 refcount_t use; member
/net/rose/
Drose_in.c58 rose->neighbour->use--; in rose_state1_machine()
81 rose->neighbour->use--; in rose_state2_machine()
86 rose->neighbour->use--; in rose_state2_machine()
122 rose->neighbour->use--; in rose_state3_machine()
235 rose->neighbour->use--; in rose_state4_machine()
255 rose_sk(sk)->neighbour->use--; in rose_state5_machine()
Drose_route.c96 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()
334 if (rose_neigh->count == 0 && rose_neigh->use == 0) in rose_del_node()
384 sn->use = 0; in rose_add_loopback_neigh()
576 if (s->use == 0 && !s->loopback) { in rose_clear_routes()
792 rose_route->neigh1->use--; in rose_del_route_by_neigh()
798 rose_route->neigh2->use--; in rose_del_route_by_neigh()
927 rose->neighbour->use--; in rose_route_frame()
1070 rose_route->neigh1->use++; in rose_route_frame()
[all …]
/net/sched/
DKconfig31 This Quality of Service (QoS) support will enable you to use
51 Say Y here if you want to use the Hierarchical Token Buckets (HTB)
65 Say Y here if you want to use the Hierarchical Fair Service Curve
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)
114 Say Y here if you want to use the Stochastic Fairness Queueing (SFQ)
125 Say Y here if you want to use the True Link Equalizer (TLE) packet
137 Say Y here if you want to use the Token Bucket Filter (TBF) packet
[all …]
/net/phonet/
DKconfig10 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/
DKconfig27 the BSD socket API. You probably want to use the raw socket in
30 To receive/send raw CAN messages, use AF_CAN with protocol CAN_RAW.
40 You probably want to use the bcm socket in most cases where cyclic
42 To use the Broadcast Manager, use AF_CAN with protocol CAN_BCM.
/net/core/
Dskmsg.c37 int use, i; in sk_msg_alloc() local
45 use = min_t(int, len, pfrag->size - orig_offset); in sk_msg_alloc()
46 if (!sk_wmem_schedule(sk, use)) { in sk_msg_alloc()
58 sge->length += use; in sk_msg_alloc()
67 sg_set_page(sge, pfrag->page, use, orig_offset); in sk_msg_alloc()
72 sk_mem_charge(sk, use); in sk_msg_alloc()
73 msg->sg.size += use; in sk_msg_alloc()
74 pfrag->offset += use; in sk_msg_alloc()
75 len -= use; in sk_msg_alloc()
316 ssize_t orig, copied, use, offset; in sk_msg_zerocopy_from_iter() local
[all …]
/net/netfilter/
Dnft_immediate.c171 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()
Dnft_objref.c44 if (!nft_use_inc(&obj->use)) in nft_objref_init()
76 nft_use_dec(&obj->use); in nft_objref_deactivate()
84 nft_use_inc_restore(&obj->use); in nft_objref_activate()
Dnf_conntrack_expect.c161 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()
Dnf_tables_api.c264 if (!nft_use_inc(&chain->use)) in nf_tables_bind_chain()
450 nft_use_dec(&ctx->table->use); in nft_delchain()
489 nft_use_dec(&ctx->chain->use); in nf_tables_delrule_deactivate()
652 nft_use_dec(&ctx->table->use); in nft_delset()
684 nft_use_dec(&ctx->table->use); in nft_delobj()
719 nft_use_dec(&ctx->table->use); in nft_delflowtable()
918 nla_put_be32(skb, NFTA_TABLE_USE, htonl(table->use)) || in nf_tables_fill_table_info()
1505 table->use > 0) in nf_tables_deltable()
1516 if (WARN_ON(ctx->table->use > 0)) in nf_tables_table_destroy()
1754 if (nla_put_be32(skb, NFTA_CHAIN_USE, htonl(chain->use))) in nf_tables_fill_chain_info()
[all …]
/net/sunrpc/
DKconfig42 Choose Y here to disable the use of deprecated encryption types
50 Choosing Y prevents the use of known-insecure encryption types
73 This option allows the NFS client and server to use RDMA
/net/rds/
DKconfig14 Allow RDS to use Infiniband as a transport.
22 Allow RDS to use TCP as a transport.
/net/iucv/
DKconfig7 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/
Dlapb_iface.c83 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/
DKconfig77 system) use TCP/IP even if your machine is not connected to any
128 The most common use of packet filtering is to run your Linux box as
142 You should also say Y here if you intend to use your Linux box as
158 Another use of Netfilter is in transparent proxying: if a machine on
163 Yet another use of Netfilter is building a bridging firewall. Using
166 protocols over the bridge, use ebtables (under bridge netfilter
282 Cgroup subsystem for use in assigning processes to network priorities on
290 Cgroup subsystem for use as general purpose socket classid marker that is
337 Documentation on how to use the packet generator can be found
443 failover netdev. This enables paravirtual drivers to use a
/net/ipv4/
DKconfig40 so-called IP spoofing, however it can pose problems if you use
44 rp_filter on use:
130 If unsure, say Y. Note that if you want to use DHCP, a DHCP server
146 want to use BOOTP, a BOOTP server must be operating on your network.
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
256 Say Y if you want to use PIM-SM v1. Note that you can say N here if
257 you just want to use Dense Mode PIM.
263 Kernel side support for Sparse Mode PIM version 2. In order to use
[all …]
/net/nfc/nci/
DKconfig22 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/dccp/
DKconfig13 for use by applications such as streaming media, Internet telephony,
36 Only use this if you're hacking DCCP.
/net/rxrpc/
DKconfig30 Say Y here to allow AF_RXRPC to use IPV6 UDP as well as IPV4 UDP as
57 through the use of the key retention service.
/net/batman-adv/
DKconfig42 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/dsa/
DKconfig74 Marvell switches which use DSA headers.
81 Marvell switches which use EtherType DSA headers.
121 use with tc-flower.
154 Arrow SpeedChips XRS700x switches that use a single byte tag trailer.

123