Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dnexthop.c701 struct nhmsg *nhm; in nh_fill_node() local
703 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*nhm), nlflags); in nh_fill_node()
707 nhm = nlmsg_data(nlh); in nh_fill_node()
708 nhm->nh_family = AF_UNSPEC; in nh_fill_node()
709 nhm->nh_flags = nh->nh_flags; in nh_fill_node()
710 nhm->nh_protocol = nh->protocol; in nh_fill_node()
711 nhm->nh_scope = 0; in nh_fill_node()
712 nhm->resvd = 0; in nh_fill_node()
728 nhm->nh_family = nhi->family; in nh_fill_node()
744 nhm->nh_scope = nhi->fib_nhc.nhc_scope; in nh_fill_node()
[all …]
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.h1626 struct rtw89_btc_wl_nhm nhm; member
2390 s8 nhm; member
H A Dcoex.c1983 dm->trx_info.nhm = wl->nhm.pwr; in _fw_set_drv_info()
H A Dfw.c2860 RTW89_SET_FWCMD_CXTRX_NHM(cmd, trx->nhm); in rtw89_fw_h2c_cxdrv_trx()