Home
last modified time | relevance | path

Searched refs:be (Results 1 – 25 of 49) sorted by relevance

12

/net/netfilter/
A Dnft_set_bitmap.c101 struct nft_bitmap_elem *be; in nft_bitmap_elem_find() local
110 return be; in nft_bitmap_elem_find()
121 struct nft_bitmap_elem *be; in nft_bitmap_get() local
128 return &be->priv; in nft_bitmap_get()
143 if (be) { in nft_bitmap_insert()
144 *elem_priv = &be->priv; in nft_bitmap_insert()
167 list_del_rcu(&be->head); in nft_bitmap_remove()
182 nft_clear(net, &be->ext); in nft_bitmap_activate()
212 if (!be) in nft_bitmap_deactivate()
219 return &be->priv; in nft_bitmap_deactivate()
[all …]
A DKconfig93 Address Translation. It can also be used to enhance packet
128 This option enables security markings to be applied to
153 to be shown in procfs under net/netfilter/nf_conntrack. This
741 to be shown in procfs under net/netfilter/nf_flowtable.
835 thus should be considered valid.
883 the helper to be used.
1067 address will be different on next dialup).
1081 this clone be rerouted to another nexthop.
1478 Rules and loading software can be downloaded from
1498 be used during encapsulation.
[all …]
/net/sched/
A DKconfig214 will be called sch_drr.
227 be called sch_mqprio.
240 be called sch_skbprio.
262 will be called sch_qfq.
295 will be called sch_cake.
309 will be called sch_fq.
320 will be called sch_hhf.
330 will be called sch_pie.
402 will be called sch_ets.
570 be called cls_bpf.
[all …]
/net/mac80211/
A DKconfig16 comment "CFG80211 needs to be enabled for MAC80211"
37 mac80211 will use. Note that this default can still be
107 need to be present in the binary and formatted at
129 If unsure, say N unless you expect to be finding problems
137 many debugging messages. It should not be selected
149 should not be selected on production systems as some
170 It should not be selected on production systems as some
181 be selected on production systems as those messages
192 be selected on production systems as those messages
300 as well as a few selected dot11 counters. These will be
[all …]
/net/caif/
A DKconfig18 If you select to build it as module then CAIF_NETDEV also needs to be
39 Say Y if you will be using a CAIF based GPRS network device.
40 This can be either built-in or a loadable module.
42 also be a built-in.
51 This can be either built-in or a loadable module.
53 also be a built-in.
/net/vmw_vsock/
A DKconfig17 will be called vsock. If unsure, say N.
39 will be called vsock_loopback. If unsure, say N.
51 will be called vmw_vsock_vmci_transport. If unsure, say N.
63 To compile this driver as a module, choose M here: the module will be
70 the virtio_vsock. The module will be called
82 To compile this driver as a module, choose M here: the module will be
/net/l2tp/
A DKconfig25 L2TPv3 allows other protocols as well as PPP to be carried
41 Support for l2tp directory in debugfs filesystem. This may be
48 will be called l2tp_debugfs.
83 must be enabled in firewalls.
86 will be called l2tp_ip.
96 The Layer 2 Tunneling Protocol, Version 3 (L2TPv3) can be
103 be used to assign an IP address to the local virtual
110 will be called l2tp_eth.
/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.
48 users should better be implemented with debugfs.
76 Some options may still be under heavy development and
78 cannot yet be verified. Regulatory verification may at
79 times only be possible until you have the final system
82 This option should only be enabled by system integrators
95 "regulatory.db.p7s" can be loaded with a valid PKCS#7
104 Allow the regulatory database to be signed by one of the keys for
117 that shall be accepted for a signed regulatory database.
[all …]
/net/hsr/
A DKconfig12 If you say Y here, then your Linux box will be able to act as a
17 For DANH, it must be connected as a node in a ring network together
19 device will be sent in both directions on the ring (over both slave
24 For DANP, it must be connected as a node connecting to two
26 frames sent over the PRP device will be sent to both networks giving
29 etc and will be able to communicate with DANP nodes.
/net/atm/
A Dbr2684.c536 struct atm_backend_br2684 be; in br2684_regvcc() local
539 if (copy_from_user(&be, arg, sizeof be)) in br2684_regvcc()
552 net_dev = br2684_find_dev(&be.ifspec); in br2684_regvcc()
568 if (be.fcs_in != BR2684_FCSIN_NO || in br2684_regvcc()
569 be.fcs_out != BR2684_FCSOUT_NO || in br2684_regvcc()
570 be.fcs_auto || be.has_vpiid || be.send_padding || in br2684_regvcc()
571 (be.encaps != BR2684_ENCAPS_VC && in br2684_regvcc()
572 be.encaps != BR2684_ENCAPS_LLC) || in br2684_regvcc()
573 be.min_size != 0) { in br2684_regvcc()
577 pr_debug("vcc=%p, encaps=%d, brvcc=%p\n", atmvcc, be.encaps, brvcc); in br2684_regvcc()
[all …]
A Dpppoatm.c391 struct atm_backend_ppp be; in pppoatm_assign_vcc() local
395 if (copy_from_user(&be, arg, sizeof be)) in pppoatm_assign_vcc()
397 if (be.encaps != PPPOATM_ENCAPS_AUTODETECT && in pppoatm_assign_vcc()
398 be.encaps != PPPOATM_ENCAPS_VC && be.encaps != PPPOATM_ENCAPS_LLC) in pppoatm_assign_vcc()
411 pvcc->encaps = (enum pppoatm_encaps) be.encaps; in pppoatm_assign_vcc()
415 (be.encaps == e_vc ? 0 : LLC_LEN); in pppoatm_assign_vcc()
/net/bridge/
A DKconfig12 If you say Y here, then your Linux box will be able to act as an
33 will be called bridge.
43 If you say Y here, then the Ethernet bridge will be able selectively
57 If you say Y here, then the Ethernet bridge will be able selectively
70 If you say Y here, then the Ethernet bridge will be able to run MRP
81 If you say Y here, then the Ethernet bridge will be able to run CFM
/net/ipv4/
A DKconfig20 will then be presented with several options that allow more precise
70 the Linux router will also be able to take the packet's source
72 of the packet can be used for routing decisions as well.
98 received packets which look strange and could be evidence of an
123 net via NFS and you want the IP address of your computer to be
131 must be operating on your network. Read
140 net via NFS and you want the IP address of your computer to be
240 will also be able to take interfaces and packet marks into
288 be taken as absolute truth.
329 and RSS) can be leveraged to provide better service.
[all …]
/net/phonet/
A DKconfig13 supported). It can also be used to control Nokia phones
14 from a Linux computer, although AT commands may be easier to use.
17 will be called phonet. If unsure, say N.
/net/xfrm/
A DKconfig56 one, two policies can be applied to the same packet at once.
57 Policy which lives shorter time in kernel should be a sub.
83 # RFC 8221 lists as MUST be implemented.
92 # algorithms that RFC 8221 lists as MUST be implemented.
133 information can be found in the internet-draft
142 Information on the IP-TFS/AGGFRAG encapsulation can be found
/net/ipv6/
A DKconfig21 module will be called ipv6.
47 autoconfigured addresses to be used more quickly.
57 AH can be used with various authentication algorithms. Besides
59 implementations of the algorithms that RFC 8221 lists as MUST be
72 ESP can be used with various encryption and authentication algorithms.
74 implementations of the algorithms that RFC 8221 lists as MUST be
139 ILA can be configured using the "encap ila" option with
162 encapsulating protocol. This can be used with xfrm mode tunnel to give
255 may sometimes lead to unintended routing behavior. This can be
277 will also be able to take interfaces and packet marks into
/net/openvswitch/
A DKconfig39 To compile this code as a module, choose M here: the module will be
50 If you say Y here, then the Open vSwitch will be able create GRE
63 If you say Y here, then the Open vSwitch will be able create vxlan vport.
75 If you say Y here, then the Open vSwitch will be able create geneve vport.
/net/netfilter/ipvs/
A DKconfig12 option must be enabled for at least one of the clustered computers
19 be used to choose which server the connection is directed to,
20 thus load balancing can be achieved among the servers. For more
56 Note the table size must be power of 2. The table size will be the
66 average in the connection table, the table size should be not far
243 destinations changes, a connection will likely be sent to the same
266 When there is an idle server available, the job will be sent to
268 is no idle server available, the job will be sent to the server
298 needs to be large enough to effectively fit all the destinations
329 the IP address and port number of real servers cannot be sent to
[all …]
/net/tipc/
A DKconfig19 can be inserted in and removed from the running kernel whenever you
20 want). The module will be called tipc. If you want to compile it
48 All TIPC messages will be encrypted/decrypted by using the currently most
/net/sunrpc/
A DKconfig31 daemon which may be found in the Linux nfs-utils package
33 Kerberos support should be installed.
96 that is be used by the 'rpcdebug' utility to turn on or off
114 will be called rpcrdma.ko.
/net/ax25/
A DKconfig49 module will be called ax25.
63 be enabled at runtime. For more about DAMA see
78 be explicitly enabled, so if unsure, say Y.
96 module will be called netrom.
115 module will be called rose.
/net/rxrpc/
A DKconfig44 extended RTT time to be modelled. The delay can be configured using
97 incoming calls from the rxperf program (an example of which can be
/net/nfc/
A DKconfig15 be called nfc.
29 be called nfc_digital.
/net/dns_resolver/
A DKconfig10 which can be used to make upcalls to perform DNS lookups in
25 To compile this as a module, choose M here: the module will be called
/net/8021q/
A DKconfig9 Select this and you will be able to create 802.1Q VLAN interfaces
18 will be called 8021q.

Completed in 33 milliseconds

12