Searched refs:learned (Results 1 – 12 of 12) sorted by relevance
4 * Add support for displaying learned FDB entries
12 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...
134 bool learned; member1827 bool learned = (lw->flags & OFDPA_OP_FLAG_LEARNED); in ofdpa_port_fdb_learn_work() local1834 if (learned && removing) in ofdpa_port_fdb_learn_work()1837 else if (learned && !removing) in ofdpa_port_fdb_learn_work()1913 fdb->learned = (flags & OFDPA_OP_FLAG_LEARNED); in ofdpa_port_fdb()1969 if (!found->learned) in ofdpa_port_fdb_flush()2001 if (!entry->learned) in ofdpa_fdb_cleanup()
31 I did not get much success, but I learned about programming ioports under
32 Much has been learned from that effort.
167 - Notification of learned/forgotten src mac/vlans from device231 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:
17 lessons learned while botching the job for the drm/i915 driver. Most of these
117 cannot use anything it learned from the comparison
1954 pid value exists (it can be learned by other means, e.g. by "kill -0 $PID"),1955 but it hides process' uid and gid, which may be learned by stat()'ing
4114 So far, you've learned how to write the driver codes. And you might have