Searched refs:learned (Results 1 – 11 of 11) sorted by relevance
122 fdb_add learned "$(mac "$i")"140 learned)189 local learned=$(fdb_get_n_learned)191 if [ "$learned" == "null" ]; then205 learned=$(fdb_get_n_learned)206 [ "$learned" -ne "$is_counted" ]207 check_fail $? "Inserted FDB type ${type}: Expected the count ${is_counted}, but got ${learned}"210 learned=$(fdb_get_n_learned)211 [ "$learned" -ne 0 ]212 check_fail $? "Removed FDB type ${type}: Expected the count 0, but got ${learned}"[all …]
13 to be learned about the kernel in a technical sense, it is also important
98 of release, I learned this the hard way a long time ago...
18 lessons learned while botching the job for the drm/i915 driver. Most of these
1 Some notes about the working of the atomisp drivers (learned while working
33 I did not get much success, but I learned about programming ioports under
392 bool learned = !test_bit(BR_FDB_ADDED_BY_USER, &flags) && in fdb_create() local398 if (likely(learned)) { in fdb_create()422 if (likely(learned)) in fdb_create()
178 - Notification of learned/forgotten src mac/vlans from device216 notifying the operating system of newly learned/forgotten dynamic FDB265 Learning_sync attribute enables syncing of the learned/forgotten FDB entry to
13 It's actually the same long division you learned in school, except that:
140 cannot use anything it learned from the comparison
3959 So far, you've learned how to write the driver codes. And you might have