/net/netfilter/ipvs/ |
D | Kconfig | 24 If you want to compile it in kernel, say Y. To compile it as a 60 small, otherwise you will lose performance on it. You can adapt the 67 less than 200x200, it is good to set the table size 32768 (2**15). 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 [all …]
|
/net/bridge/netfilter/ |
D | Kconfig | 40 To compile it as a module, choose M here. If unsure, say N. 64 To compile it as a module, choose M here. If unsure, say N. 73 To compile it as a module, choose M here. If unsure, say N. 82 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. 100 To compile it as a module, choose M here. If unsure, say N. 108 To compile it as a module, choose M here. If unsure, say N. 116 To compile it as a module, choose M here. If unsure, say N. 125 To compile it as a module, choose M here. If unsure, say N. 134 If you want to compile it as a module, say M here and read [all …]
|
/net/ipv4/ |
D | ipmr_base.c | 148 struct mr_mfc_iter *it, loff_t pos) in mr_mfc_seq_idx() argument 150 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() 161 it->cache = &mrt->mfc_unres_queue; in mr_mfc_seq_idx() 162 list_for_each_entry(mfc, it->cache, list) 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() 175 struct mr_mfc_iter *it = seq->private; in mr_mfc_seq_next() local 177 struct mr_table *mrt = it->mrt; in mr_mfc_seq_next() [all …]
|
D | Kconfig | 13 <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. 86 however, it becomes possible to attach several actions to a packet 168 another protocol and sending it over a channel that understands the 172 appear on a different network than it physically is, or to use 198 another protocol and sending it over a channel that understands the 229 likely run the program mrouted. If you haven't heard about it, you 230 don't need it. [all …]
|
/net/netfilter/ipset/ |
D | Kconfig | 12 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/ |
D | Kconfig | 56 To compile it as a module, choose M here. 88 To compile it as a module, choose M here. If unsure, say N. 99 To compile it as a module, choose M here. If unsure, say N. 109 To compile it as a module, choose M here. If unsure, say N. 118 To compile it as a module, choose M here. If unsure, say N. 127 To compile it as a module, choose M here. If unsure, say N. 145 To compile it as a module, choose M here. If unsure, say N. 153 To compile it as a module, choose M here. If unsure, say N. 163 To compile it as a module, choose M here. If unsure, say N. 173 To compile it as a module, choose M here. If unsure, say N. [all …]
|
/net/netfilter/ |
D | Kconfig | 82 To compile it as a module, choose M here. If unsure, say N. 169 the flow-stop time (once it has been destroyed) via Connection 229 To compile it as a module, choose M here. If unsure, say N. 241 To compile it as a module, choose M here. If unsure, say N. 249 important VoIP protocols, it is widely used by voice hardware and 261 To compile it as a module, choose M here. If unsure, say N. 276 To compile it as a module, choose M here. If unsure, say N. 298 To compile it as a module, choose M here. If unsure, say N. 313 To compile it as a module, choose M here. If unsure, say N. 332 To compile it as a module, choose M here. If unsure, say N. [all …]
|
/net/ipv4/netfilter/ |
D | Kconfig | 67 To compile it as a module, choose M here. 106 SNMP payloads. In conjunction with NAT, it allows a network 113 To compile it as a module, choose M here. If unsure, say N. 137 To compile it as a module, choose M here. If unsure, say N. 149 To compile it as a module, choose M here. If unsure, say N. 168 To compile it as a module, choose M here. If unsure, say N. 189 To compile it as a module, choose M here. If unsure, say N. 201 To compile it as a module, choose M here. If unsure, say N. 214 To compile it as a module, choose M here. If unsure, say N. 228 To compile it as a module, choose M here. If unsure, say N. [all …]
|
/net/ceph/ |
D | messenger.c | 719 struct ceph_bio_iter *it = &cursor->bio_iter; in ceph_msg_data_bio_cursor_init() local 722 *it = data->bio_pos; in ceph_msg_data_bio_cursor_init() 723 if (cursor->resid < it->iter.bi_size) in ceph_msg_data_bio_cursor_init() 724 it->iter.bi_size = cursor->resid; in ceph_msg_data_bio_cursor_init() 726 BUG_ON(cursor->resid < bio_iter_len(it->bio, it->iter)); in ceph_msg_data_bio_cursor_init() 727 cursor->last_piece = cursor->resid == bio_iter_len(it->bio, it->iter); in ceph_msg_data_bio_cursor_init() 745 struct ceph_bio_iter *it = &cursor->bio_iter; in ceph_msg_data_bio_advance() local 746 struct page *page = bio_iter_page(it->bio, it->iter); in ceph_msg_data_bio_advance() 749 BUG_ON(bytes > bio_iter_len(it->bio, it->iter)); in ceph_msg_data_bio_advance() 751 bio_advance_iter(it->bio, &it->iter, bytes); in ceph_msg_data_bio_advance() [all …]
|
D | messenger_v2.c | 77 static int do_recvmsg(struct socket *sock, struct iov_iter *it) in do_recvmsg() argument 82 msg.msg_iter = *it; in do_recvmsg() 83 while (iov_iter_count(it)) { in do_recvmsg() 91 iov_iter_advance(it, ret); in do_recvmsg() 119 static int do_sendmsg(struct socket *sock, struct iov_iter *it) in do_sendmsg() argument 124 msg.msg_iter = *it; in do_sendmsg() 125 while (iov_iter_count(it)) { in do_sendmsg() 133 iov_iter_advance(it, ret); in do_sendmsg() 140 static int do_try_sendpage(struct socket *sock, struct iov_iter *it) in do_try_sendpage() argument 146 if (WARN_ON(!iov_iter_is_bvec(it))) in do_try_sendpage() [all …]
|
/net/core/ |
D | netclassid_cgroup.c | 118 struct css_task_iter it; in write_classid() local 123 css_task_iter_start(css, 0, &it); in write_classid() 124 while ((p = css_task_iter_next(&it))) in write_classid() 126 css_task_iter_end(&it); in write_classid()
|
/net/ipv6/ |
D | Kconfig | 6 # IPv6 as module will cause a CRASH if you try to unload it 87 only if this system really does IPsec and want to do it 89 need it, even if it does IPsec. 160 another protocol and sending it over a channel that understands the 173 another protocol and sending it over a channel that understands the 187 deploy IPv6 unicast service to IPv4 sites to which it provides 188 customer premise equipment. Like 6to4, it utilizes stateless IPv6 in 220 another protocol and sending it over a channel that understands the
|
/net/caif/ |
D | Kconfig | 18 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/ |
D | Kconfig | 27 # (this is here rather than below to allow it to be a module) 37 When built as a module it will be called cfg80211. 63 For example, when a driver reports that it was disconnected 68 on it (or mac80211). 185 need for it, for example when using the regulatory database loaded as
|
/net/ |
D | Kconfig | 23 For a general introduction to Linux networking, it is highly 40 This option makes it possible to send different netlink messages 131 filter", which means that it can reject individual network packets 134 bothersome to set up; it inspects the network traffic much more 135 closely, modifies it and has knowledge about the higher level 146 the outside, your box can "masquerade" as that computer, i.e. it 148 modifies the packets to make it look like they came from the 335 what was just said, you don't need it: say N.
|
/net/tipc/ |
D | Kconfig | 13 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/hsr/ |
D | Kconfig | 17 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/openvswitch/ |
D | Kconfig | 21 expected in a traditional hardware switch, it enables fine-grained 31 translate it into packet processing rules.
|
/net/ax25/ |
D | Kconfig | 28 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/hidp/ |
D | Kconfig | 12 compile it as module (hidp).
|
/net/bluetooth/cmtp/ |
D | Kconfig | 11 compile it as module (cmtp).
|
/net/bluetooth/rfcomm/ |
D | Kconfig | 11 compile it as module (rfcomm).
|
/net/batman-adv/ |
D | Kconfig | 54 this option you can safely remove it and save some space. 67 can safely disable it and save some space.
|
/net/mac802154/ |
D | Kconfig | 21 say N here. Alternatively you can say M to compile it as
|
/net/bluetooth/bnep/ |
D | Kconfig | 12 compile it as module (bnep).
|