Searched refs:learned (Results 1 – 13 of 13) 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
388 bool learned = !test_bit(BR_FDB_ADDED_BY_USER, &flags) && in fdb_create() local394 if (likely(learned)) { in fdb_create()418 if (likely(learned)) in fdb_create()
131 bool learned; member1911 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()
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
2691 Route metric for default route learned in Router Advertisement. This value2692 will be assigned as metric for the default route learned via IPv6 Router
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