Home
last modified time | relevance | path

Searched refs:nhm (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/sys/netlink/route/
HDnexthop.c400 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()
[all …]
/freebsd-14-stable/sys/contrib/dev/rtw89/
HDcore.h1899 struct rtw89_btc_wl_nhm nhm; member
2894 s8 nhm; member
HDcoex.c2659 dm->trx_info.nhm = wl->nhm.pwr; in _fw_set_drv_info()
HDfw.c4895 RTW89_SET_FWCMD_CXTRX_NHM(cmd, trx->nhm); in rtw89_fw_h2c_cxdrv_trx()