Home
last modified time | relevance | path

Searched refs:it (Results 1 – 25 of 42) sorted by relevance

12

/net/netfilter/ipvs/
A DKconfig24 If you want to compile it in kernel, say Y. To compile it as a
121 If you want to compile it in kernel, say Y. To compile it as a
134 If you want to compile it in kernel, say Y. To compile it as a
144 If you want to compile it in kernel, say Y. To compile it as a
154 If you want to compile it in kernel, say Y. To compile it as a
164 If you want to compile it in kernel, say Y. To compile it as a
175 If you want to compile it in kernel, say Y. To compile it as a
189 If you want to compile it in kernel, say Y. To compile it as a
202 it picks up a least-connection node in the cluster and adds it
207 If you want to compile it in kernel, say Y. To compile it as a
[all …]
/net/ipv4/
A Dipmr_base.c150 struct mr_table *mrt = it->mrt; in mr_mfc_seq_idx()
154 it->cache = &mrt->mfc_cache_list; in mr_mfc_seq_idx()
160 spin_lock_bh(it->lock); in mr_mfc_seq_idx()
165 spin_unlock_bh(it->lock); in mr_mfc_seq_idx()
167 it->cache = NULL; in mr_mfc_seq_idx()
177 struct mr_table *mrt = it->mrt; in mr_mfc_seq_next()
185 if (c->list.next != it->cache) in mr_mfc_seq_next()
195 spin_lock_bh(it->lock); in mr_mfc_seq_next()
196 if (!list_empty(it->cache)) in mr_mfc_seq_next()
200 spin_unlock_bh(it->lock); in mr_mfc_seq_next()
[all …]
A DKconfig13 <https://www.savetz.com/mbone/>. For most people, it's safe to say N.
39 arriving on. This has security advantages because it prevents the
40 so-called IP spoofing, however it can pose problems if you use
50 Note that some distributions enable it in startup scripts.
172 appear on a different network than it physically is, or to use
230 don't need it.
252 because Cisco supports it. You need special software to use it
266 you want to play with it.
377 only if this system really does IPsec and want to do it
379 need it, even if it does IPsec.
[all …]
/net/bridge/netfilter/
A DKconfig40 To compile it as a module, choose M here. If unsure, say N.
76 To compile it as a module, choose M here. If unsure, say N.
86 To compile it as a module, choose M here. If unsure, say N.
96 To compile it as a module, choose M here. If unsure, say N.
105 To compile it as a module, choose M here. If unsure, say N.
114 To compile it as a module, choose M here. If unsure, say N.
122 To compile it as a module, choose M here. If unsure, say N.
130 To compile it as a module, choose M here. If unsure, say N.
139 To compile it as a module, choose M here. If unsure, say N.
148 If you want to compile it as a module, say M here and read
[all …]
/net/netfilter/ipset/
A DKconfig12 To compile it as a module, choose M here. If unsure, say N.
35 To compile it as a module, choose M here. If unsure, say N.
44 To compile it as a module, choose M here. If unsure, say N.
53 To compile it as a module, choose M here. If unsure, say N.
63 To compile it as a module, choose M here. If unsure, say N.
72 To compile it as a module, choose M here. If unsure, say N.
81 To compile it as a module, choose M here. If unsure, say N.
91 To compile it as a module, choose M here. If unsure, say N.
101 To compile it as a module, choose M here. If unsure, say N.
110 To compile it as a module, choose M here. If unsure, say N.
[all …]
/net/ipv6/netfilter/
A DKconfig91 To compile it as a module, choose M here. If unsure, say N.
102 To compile it as a module, choose M here. If unsure, say N.
112 To compile it as a module, choose M here. If unsure, say N.
121 To compile it as a module, choose M here. If unsure, say N.
130 To compile it as a module, choose M here. If unsure, say N.
148 To compile it as a module, choose M here. If unsure, say N.
156 To compile it as a module, choose M here. If unsure, say N.
166 To compile it as a module, choose M here. If unsure, say N.
176 To compile it as a module, choose M here. If unsure, say N.
232 To compile it as a module, choose M here. If unsure, say N.
[all …]
/net/netfilter/
A DKconfig96 To compile it as a module, choose M here. If unsure, say N.
480 To compile it as a module, choose M here.
723 To compile it as a module, choose M here.
733 To compile it as a module, choose M here.
912 While it is safe to decrement the hoplimit/TTL value, the
930 To compile it as a module, choose M here. If unsure, say N.
994 To compile it as a module, choose M here. If unsure, say N.
1004 To compile it as a module, choose M here. If unsure, say N.
1023 As opposed to QUEUE, it supports 65535 different queues,
1055 To compile it as a module, choose M here. If unsure, say N.
[all …]
/net/core/
A Dnetclassid_cgroup.c126 struct css_task_iter it; in write_classid() local
131 css_task_iter_start(css, 0, &it); in write_classid()
132 while ((p = css_task_iter_next(&it))) in write_classid()
134 css_task_iter_end(&it); in write_classid()
/net/ipv4/netfilter/
A DKconfig109 SNMP payloads. In conjunction with NAT, it allows a network
116 To compile it as a module, choose M here. If unsure, say N.
140 To compile it as a module, choose M here. If unsure, say N.
152 To compile it as a module, choose M here. If unsure, say N.
171 To compile it as a module, choose M here. If unsure, say N.
193 To compile it as a module, choose M here. If unsure, say N.
205 To compile it as a module, choose M here. If unsure, say N.
218 To compile it as a module, choose M here. If unsure, say N.
233 To compile it as a module, choose M here. If unsure, say N.
274 To compile it as a module, choose M here. If unsure, say N.
[all …]
/net/ceph/
A Dmessenger.c731 *it = data->bio_pos; in ceph_msg_data_bio_cursor_init()
735 BUG_ON(cursor->resid < bio_iter_len(it->bio, it->iter)); in ceph_msg_data_bio_cursor_init()
754 struct page *page = bio_iter_page(it->bio, it->iter); in ceph_msg_data_bio_advance()
757 BUG_ON(bytes > bio_iter_len(it->bio, it->iter)); in ceph_msg_data_bio_advance()
759 bio_advance_iter(it->bio, &it->iter, bytes); in ceph_msg_data_bio_advance()
764 if (!bytes || (it->iter.bi_size && it->iter.bi_bvec_done && in ceph_msg_data_bio_advance()
765 page == bio_iter_page(it->bio, it->iter))) in ceph_msg_data_bio_advance()
768 if (!it->iter.bi_size) { in ceph_msg_data_bio_advance()
769 it->bio = it->bio->bi_next; in ceph_msg_data_bio_advance()
770 it->iter = it->bio->bi_iter; in ceph_msg_data_bio_advance()
[all …]
A Dmessenger_v2.c85 msg.msg_iter = *it; in do_recvmsg()
86 while (iov_iter_count(it)) { in do_recvmsg()
94 iov_iter_advance(it, ret); in do_recvmsg()
127 msg.msg_iter = *it; in do_sendmsg()
128 while (iov_iter_count(it)) { in do_sendmsg()
136 iov_iter_advance(it, ret); in do_sendmsg()
152 while (iov_iter_count(it)) { in do_try_sendpage()
155 min(iov_iter_count(it), in do_try_sendpage()
156 it->bvec->bv_len - it->iov_offset), in do_try_sendpage()
157 it->bvec->bv_offset + it->iov_offset); in do_try_sendpage()
[all …]
/net/ipv6/
A DKconfig6 # IPv6 as module will cause a CRASH if you try to unload it
88 only if this system really does IPsec and want to do it
90 need it, even if it does IPsec.
161 another protocol and sending it over a channel that understands the
174 another protocol and sending it over a channel that understands the
188 deploy IPv6 unicast service to IPv4 sites to which it provides
189 customer premise equipment. Like 6to4, it utilizes stateless IPv6 in
221 another protocol and sending it over a channel that understands the
/net/caif/
A DKconfig18 If you select to build it as module then CAIF_NETDEV also needs to be
41 If you select to build it as a built-in then the main CAIF device must
52 If you select to build it as a built-in then the main CAIF device must
/net/wireless/
A DKconfig24 # (this is here rather than below to allow it to be a module)
34 When built as a module it will be called cfg80211.
60 For example, when a driver reports that it was disconnected
65 on it (or mac80211).
182 need for it, for example when using the regulatory database loaded as
/net/appletalk/
A DKconfig11 wish to connect to it, say Y. You will need to use the netatalk package
27 called appletalk. You almost certainly want to compile it as a
/net/tipc/
A DKconfig13 originates from Ericsson where it has been used in carrier grade
20 want). The module will be called tipc. If you want to compile it
/net/openvswitch/
A DKconfig24 expected in a traditional hardware switch, it enables fine-grained
34 translate it into packet processing rules.
/net/
A DKconfig23 For a general introduction to Linux networking, it is highly
40 This option makes it possible to send different netlink messages
172 filter", which means that it can reject individual network packets
175 bothersome to set up; it inspects the network traffic much more
176 closely, modifies it and has knowledge about the higher level
187 the outside, your box can "masquerade" as that computer, i.e. it
189 modifies the packets to make it look like they came from the
392 what was just said, you don't need it: say N.
/net/hsr/
A DKconfig17 For DANH, it must be connected as a node in a ring network together
24 For DANP, it must be connected as a node connecting to two
/net/ax25/
A DKconfig28 carry other protocols such as tcp/ip. To use it, you need a device
58 from clients (called "slaves") and redistributes it to other slaves.
73 from clients (called "slaves") and redistributes it to other slaves.
/net/bluetooth/cmtp/
A DKconfig11 compile it as module (cmtp).
/net/bluetooth/hidp/
A DKconfig11 compile it as module (hidp).
/net/bluetooth/rfcomm/
A DKconfig11 compile it as module (rfcomm).
/net/batman-adv/
A DKconfig54 this option you can safely remove it and save some space.
67 can safely disable it and save some space.
/net/mac802154/
A DKconfig21 say N here. Alternatively you can say M to compile it as

Completed in 34 milliseconds

12