Home
last modified time | relevance | path

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

/linux-6.15/net/ipv4/
H A Dnexthop.c925 struct nhmsg *nhm; in nh_fill_node() local
931 nhm = nlmsg_data(nlh); in nh_fill_node()
935 nhm->nh_scope = 0; in nh_fill_node()
936 nhm->resvd = 0; in nh_fill_node()
1151 struct nhmsg *nhm; in nh_fill_res_bucket() local
1161 nhm->nh_scope = 0; in nh_fill_res_bucket()
1162 nhm->resvd = 0; in nh_fill_res_bucket()
3032 if (nhm->resvd || nhm->nh_scope) { in rtm_to_nh_config()
3270 if (nhm->nh_protocol || nhm->resvd || nhm->nh_scope || nhm->nh_flags) { in nh_valid_get_del_req()
3428 struct nhmsg *nhm; in __nh_valid_dump_req() local
[all …]
/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dcore.h1897 struct rtw89_btc_wl_nhm nhm; member
2892 s8 nhm; member
H A Dcoex.c2668 dm->trx_info.nhm = wl->nhm.pwr; in _fw_set_drv_info()
H A Dfw.c5139 RTW89_SET_FWCMD_CXTRX_NHM(cmd, trx->nhm); in rtw89_fw_h2c_cxdrv_trx()