Home
last modified time | relevance | path

Searched refs:learned (Results 1 – 23 of 23) sorted by relevance

/linux-6.15/tools/testing/selftests/net/forwarding/
H A Dbridge_fdb_learning_limit.sh122 fdb_add learned "$(mac "$i")"
140 learned)
205 learned=$(fdb_get_n_learned)
210 learned=$(fdb_get_n_learned)
211 [ "$learned" -ne 0 ]
216 fdb_add learned "$(mac 0)"
229 local type_args learned
233 learned=$(fdb_get_n_learned)
234 [ "$learned" -ne 0 ]
240 learned=$(fdb_get_n_learned)
[all …]
/linux-6.15/Documentation/process/
H A Dindex.rst13 to be learned about the kernel in a technical sense, it is also important
H A Dstable-api-nonsense.rst98 of release, I learned this the hard way a long time ago...
H A Dbotching-up-ioctls.rst18 lessons learned while botching the job for the drm/i915 driver. Most of these
/linux-6.15/drivers/staging/media/atomisp/
H A Dnotes.txt1 Some notes about the working of the atomisp drivers (learned while working
/linux-6.15/Documentation/netlink/specs/
H A Drt_neigh.yaml68 - ext-learned
H A Drt_link.yaml1628 name: fdb-n-learned
1631 name: fdb-max-learned
/linux-6.15/net/bridge/
H A Dbr_fdb.c388 bool learned = !test_bit(BR_FDB_ADDED_BY_USER, &flags) && in fdb_create() local
394 if (likely(learned)) { in fdb_create()
418 if (likely(learned)) in fdb_create()
/linux-6.15/Documentation/driver-api/media/drivers/
H A Dradiotrack.rst33 I did not get much success, but I learned about programming ioports under
/linux-6.15/drivers/net/ethernet/rocker/
H A Drocker_ofdpa.c131 bool learned; member
1911 fdb->learned = (flags & OFDPA_OP_FLAG_LEARNED); in ofdpa_port_fdb()
1967 if (!found->learned) in ofdpa_port_fdb_flush()
1999 if (!entry->learned) in ofdpa_fdb_cleanup()
/linux-6.15/Documentation/usb/
H A DCREDITS32 Much has been learned from that effort.
/linux-6.15/Documentation/networking/
H A Dswitchdev.rst178 - Notification of learned/forgotten src mac/vlans from device
216 notifying the operating system of newly learned/forgotten dynamic FDB
265 Learning_sync attribute enables syncing of the learned/forgotten FDB entry to
H A Dip-sysctl.rst2340 Route metric for default route learned in Router Advertisement. This value
2341 will be assigned as metric for the default route learned via IPv6 Router
/linux-6.15/Documentation/staging/
H A Dcrc32.rst13 It's actually the same long division you learned in school, except that:
/linux-6.15/Documentation/gpu/amdgpu/display/
H A Dprogramming-model-dcn.rst6 <dcn_blocks>` pages, you learned about the hardware components and how they
/linux-6.15/Documentation/filesystems/bcachefs/
H A DCodingStyle.rst137 else. The experience gained and lessons learned will be valuable for all the
/linux-6.15/Documentation/RCU/Design/Requirements/
H A DRequirements.rst30 in nature; in fact, I learned about many of these requirements the hard
1173 premeditated. In fact, I learned of it during a telephone conversation
1183 costs have plummeted. However, as I learned from Matt Mackall's
1815 I learned of these boot-time requirements as a result of a series of
1830 counts interrupt nesting levels. I learned of this requirement the hard
1851 And yes, I also learned of this requirement the hard way.
2069 energy-efficiency requirement, so I learned of this via an irate phone
2088 As noted earlier, I learned of many of these requirements via angry
/linux-6.15/Documentation/userspace-api/fwctl/
H A Dfwctl.rst283 Some key lessons learned from these past efforts are the importance of having a
/linux-6.15/Documentation/RCU/
H A Drcu_dereference.rst140 cannot use anything it learned from the comparison
/linux-6.15/Documentation/networking/dsa/
H A Ddsa.rst850 - Dynamically learned FDB entries on foreign interfaces present in the same
971 dynamically learned FDB entries on the port is necessary. This is called when
/linux-6.15/Documentation/admin-guide/
H A Dreporting-issues.rst135 that hear about it for the first time. And if you learned something in this
947 that hear about it for the first time. And if you learned something in this
955 In this in the previous steps you likely have learned a thing or two about the
/linux-6.15/Documentation/filesystems/
H A Dproc.rst2376 process with a specific pid value exists (it can be learned by other means, e.g.
2377 by "kill -0 $PID"), but it hides process's uid and gid, which may be learned by
/linux-6.15/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst3959 So far, you've learned how to write the driver codes. And you might have