Searched refs:nhm (Results 1 – 2 of 2) sorted by relevance
925 struct nhmsg *nhm; in nh_fill_node() local927 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*nhm), nlflags); in nh_fill_node()931 nhm = nlmsg_data(nlh); in nh_fill_node()932 nhm->nh_family = AF_UNSPEC; in nh_fill_node()933 nhm->nh_flags = nh->nh_flags; in nh_fill_node()934 nhm->nh_protocol = nh->protocol; in nh_fill_node()935 nhm->nh_scope = 0; in nh_fill_node()936 nhm->resvd = 0; in nh_fill_node()954 nhm->nh_family = nhi->family; in nh_fill_node()970 nhm->nh_scope = nhi->fib_nhc.nhc_scope; in nh_fill_node()[all …]
2659 dm->trx_info.nhm = wl->nhm.pwr; in _fw_set_drv_info()