Searched refs:nhm (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | nexthop.c | 232 struct nhmsg *nhm; in nh_fill_node() local 234 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*nhm), nlflags); in nh_fill_node() 238 nhm = nlmsg_data(nlh); in nh_fill_node() 239 nhm->nh_family = AF_UNSPEC; in nh_fill_node() 240 nhm->nh_flags = nh->nh_flags; in nh_fill_node() 241 nhm->nh_protocol = nh->protocol; in nh_fill_node() 242 nhm->nh_scope = 0; in nh_fill_node() 243 nhm->resvd = 0; in nh_fill_node() 259 nhm->nh_family = nhi->family; in nh_fill_node() 275 nhm in nh_fill_node() 1496 struct nhmsg *nhm = nlmsg_data(nlh); rtm_to_nh_config() local 1695 struct nhmsg *nhm = nlmsg_data(nlh); nh_valid_get_del_req() local 1846 struct nhmsg *nhm; nh_valid_dump_req() local 1901 struct nhmsg *nhm = nlmsg_data(cb->nlh); rtm_dump_nexthop() local [all...] |
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | nexthop.c | 700 struct nhmsg *nhm; in nh_fill_node() local 702 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*nhm), nlflags); in nh_fill_node() 706 nhm = nlmsg_data(nlh); in nh_fill_node() 707 nhm->nh_family = AF_UNSPEC; in nh_fill_node() 708 nhm->nh_flags = nh->nh_flags; in nh_fill_node() 709 nhm->nh_protocol = nh->protocol; in nh_fill_node() 710 nhm->nh_scope = 0; in nh_fill_node() 711 nhm->resvd = 0; in nh_fill_node() 727 nhm->nh_family = nhi->family; in nh_fill_node() 743 nhm in nh_fill_node() 923 struct nhmsg *nhm; nh_fill_res_bucket() local 2770 struct nhmsg *nhm = nlmsg_data(nlh); rtm_to_nh_config() local 2973 struct nhmsg *nhm = nlmsg_data(nlh); __nh_valid_get_del_req() local 3125 struct nhmsg *nhm; __nh_valid_dump_req() local 3218 struct nhmsg *nhm = nlmsg_data(cb->nlh); rtm_dump_nexthop_cb() local 3361 struct nhmsg *nhm = nlmsg_data(cb->nlh); rtm_dump_nexthop_bucket_nh() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
H A D | core.h | 1626 struct rtw89_btc_wl_nhm nhm; member 2390 s8 nhm; member
|
H A D | fw.c | 2860 RTW89_SET_FWCMD_CXTRX_NHM(cmd, trx->nhm); in rtw89_fw_h2c_cxdrv_trx()
|
H A D | coex.c | 1983 dm->trx_info.nhm = wl->nhm.pwr; in _fw_set_drv_info()
|
Completed in 35 milliseconds