Home
last modified time | relevance | path

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

/freebsd/sys/netlink/route/
H A Dnexthop.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/sys/contrib/dev/rtw89/
H A Dcore.h1842 struct rtw89_btc_wl_nhm nhm;
2821 s8 nhm;
1628 struct rtw89_btc_wl_nhm nhm; global() member
2398 s8 nhm; global() member
H A Dcoex.c2593 dm->trx_info.nhm = wl->nhm.pwr; in rtw89_btc_set_policy()
H A Dfw.c4519 RTW89_SET_FWCMD_CXTRX_NHM(cmd, trx->nhm); in rtw89_fw_h2c_reset_mcc_group()