Lines Matching refs:nhm
400 struct nhmsg *nhm = nlmsg_reserve_object(nw, struct nhmsg); in dump_nhgrp() local
401 nhm->nh_family = AF_UNSPEC; in dump_nhgrp()
402 nhm->nh_scope = 0; in dump_nhgrp()
403 nhm->nh_protocol = unhop->un_protocol; in dump_nhgrp()
404 nhm->nh_flags = 0; in dump_nhgrp()
442 struct nhmsg *nhm = nlmsg_reserve_object(nw, struct nhmsg); in dump_nhop() local
443 ENOMEM_IF_NULL(nhm); in dump_nhop()
444 nhm->nh_family = nhop_get_neigh_family(nh); in dump_nhop()
445 nhm->nh_scope = 0; // XXX: what's that? in dump_nhop()
446 nhm->nh_protocol = nhop_get_origin(nh); in dump_nhop()
447 nhm->nh_flags = 0; in dump_nhop()