Lines Matching defs:ndm_state
121 ndm->ndm_state = fdb_to_nud(br, fdb);
604 static unsigned long __ndm_state_to_fdb_flags(u16 ndm_state)
608 if (ndm_state & NUD_PERMANENT)
610 if (ndm_state & NUD_NOARP)
688 if (ndm->ndm_state & ~FDB_FLUSH_ALLOWED_NDM_STATES) {
693 desc.flags |= __ndm_state_to_fdb_flags(ndm->ndm_state);
1028 u16 state = ndm->ndm_state;
1137 if (!p && !(ndm->ndm_state & NUD_PERMANENT)) {
1173 if (!(ndm->ndm_state & (NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE))) {
1174 pr_info("bridge: RTM_NEWNEIGH with invalid state %#x\n", ndm->ndm_state);