Home
last modified time | relevance | path

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

123

/net/x25/
Dx25_route.c151 struct x25_route *rt, *use = NULL; in x25_get_route() local
160 if (!use) in x25_get_route()
161 use = rt; in x25_get_route()
162 else if (rt->sigdigits > use->sigdigits) in x25_get_route()
163 use = rt; in x25_get_route()
167 if (use) in x25_get_route()
168 x25_route_hold(use); in x25_get_route()
171 return use; in x25_get_route()
Dx25_link.c316 struct x25_neigh *nb, *use = NULL; in x25_get_neigh() local
324 use = nb; in x25_get_neigh()
329 if (use) in x25_get_neigh()
330 x25_neigh_hold(use); in x25_get_neigh()
332 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()
383 sn->use = 0; in rose_add_loopback_neigh()
574 if (s->use == 0 && !s->loopback) { in rose_clear_routes()
790 rose_route->neigh1->use--; in rose_del_route_by_neigh()
796 rose_route->neigh2->use--; in rose_del_route_by_neigh()
925 rose->neighbour->use--; in rose_route_frame()
1068 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/
DKconfig28 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/
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/lapb/
Dlapb_iface.c84 struct lapb_cb *lapb, *use = NULL; in __lapb_devtostruct() local
89 use = lapb; in __lapb_devtostruct()
94 if (use) in __lapb_devtostruct()
95 lapb_hold(use); in __lapb_devtostruct()
97 return use; in __lapb_devtostruct()
/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.c146 if (i && !refcount_inc_not_zero(&i->use)) in nf_ct_expect_find_get()
195 !atomic_inc_not_zero(&exp->master->ct_general.use))) in nf_ct_find_expectation()
199 refcount_inc(&exp->use); in nf_ct_find_expectation()
291 refcount_set(&new->use, 1); in nf_ct_expect_alloc()
364 if (refcount_dec_and_test(&exp->use)) in nf_ct_expect_put()
377 refcount_add(2, &exp->use); in nf_ct_expect_insert()
Dnf_tables_api.c266 if (!nft_use_inc(&chain->use)) in nf_tables_bind_chain()
453 nft_use_dec(&ctx->table->use); in nft_delchain()
492 nft_use_dec(&ctx->chain->use); in nf_tables_delrule_deactivate()
616 nft_use_dec(&ctx->table->use); in nft_delset()
648 nft_use_dec(&ctx->table->use); in nft_delobj()
683 nft_use_dec(&ctx->table->use); in nft_delflowtable()
869 nla_put_be32(skb, NFTA_TABLE_USE, htonl(table->use)) || in nf_tables_fill_table_info()
1437 table->use > 0) in nf_tables_deltable()
1448 if (WARN_ON(ctx->table->use > 0)) in nf_tables_table_destroy()
1686 if (nla_put_be32(skb, NFTA_CHAIN_USE, htonl(chain->use))) in nf_tables_fill_chain_info()
[all …]
/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/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/
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
270 Cgroup subsystem for use in assigning processes to network priorities on
278 Cgroup subsystem for use as general purpose socket classid marker that is
317 BPF_MAP_TYPE_SOCKMAP provides a map type to use with network sockets.
344 Documentation on how to use the packet generator can be found
[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/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/dccp/
DKconfig13 for use by applications such as streaming media, Internet telephony,
36 Only use this if you're hacking DCCP.
/net/rxrpc/
DKconfig27 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/ipv4/netfilter/
DKconfig128 etc) subsystems now use this: say `Y' or `M' here if you want to use
286 You can use this target to remove the ECN bits from the IPv4 header of
319 This option adds a `security' table to iptables, for use
335 use this: say Y or M here if you want to use either of those.
/net/caif/
DKconfig12 based connection-oriented MUX protocol developed by ST-Ericsson for use
23 use and configure CAIF.

123