| /net/mctp/ |
| A D | neigh.c | 33 if (mctp_neigh_lookup(mdev, eid, NULL) == 0) { in mctp_neigh_add() 51 neigh->eid = eid; in mctp_neigh_add() 97 if (neigh->dev == mdev && neigh->eid == eid && in mctp_neigh_remove() 124 mctp_eid_t eid; in mctp_rtm_newneigh() local 145 eid = nla_get_u8(tb[NDA_DST]); in mctp_rtm_newneigh() 146 if (!mctp_address_unicast(eid)) { in mctp_rtm_newneigh() 169 return mctp_neigh_add(mdev, eid, MCTP_NEIGH_STATIC, in mctp_rtm_newneigh() 182 mctp_eid_t eid; in mctp_rtm_delneigh() local 195 eid = nla_get_u8(tb[NDA_DST]); in mctp_rtm_delneigh() 229 if (nla_put_u8(skb, NDA_DST, neigh->eid)) in mctp_fill_neigh() [all …]
|
| A D | route.c | 860 unsigned int net, mctp_eid_t eid) in mctp_rt_match_eid() argument 863 rt->min <= eid && rt->max >= eid; in mctp_rt_match_eid() 881 dst->nexthop = eid; in mctp_dst_from_route() 980 daddr = rt->gateway.eid; in mctp_route_lookup() 1205 if (rt->dst_type == MCTP_ROUTE_GATEWAY && !rt->gateway.eid) in mctp_route_add() 1451 gatewayp->eid = 0; in mctp_route_nlparse_common() 1454 if (!mctp_address_unicast(gateway->eid)) { in mctp_route_nlparse_common() 1459 gatewayp->eid = gateway->eid; in mctp_route_nlparse_common() 1506 } else if (gw.eid) { in mctp_route_nlparse_lookup() 1564 if (gw.eid) { in mctp_route_nlparse_populate() [all …]
|
| A D | device.c | 61 struct mctp_dev *mdev, mctp_eid_t eid, in mctp_fill_addrinfo() argument 79 if (nla_put_u8(skb, IFA_LOCAL, eid)) in mctp_fill_addrinfo() 82 if (nla_put_u8(skb, IFA_ADDRESS, eid)) in mctp_fill_addrinfo() 151 static void mctp_addr_notify(struct mctp_dev *mdev, mctp_eid_t eid, int msg_type, in mctp_addr_notify() argument 163 rc = mctp_fill_addrinfo(skb, mdev, eid, msg_type, in mctp_addr_notify()
|
| /net/wireless/tests/ |
| A D | scan.c | 25 u8 eid; member 41 .eid = WLAN_EID_EXT_EHT_MULTI_LINK }, 169 .eid = WLAN_EID_EXT_HE_CAPABILITY }, 173 .eid = WLAN_EID_EXT_HE_OPERATION }, 175 .eid = WLAN_EID_EXT_FILS_REQ_PARAMS }, 180 .eid = WLAN_EID_EXT_HE_CAPABILITY }, 184 .eid = WLAN_EID_EXT_HE_OPERATION }, 188 .eid = WLAN_EID_EXT_HE_CAPABILITY }, 192 .eid = WLAN_EID_EXT_HE_OPERATION }, 194 .eid = WLAN_EID_EXT_FILS_REQ_PARAMS }, [all …]
|
| /net/smc/ |
| A D | smc_clc.c | 55 u8 eid[SMC_MAX_EID_LEN]; member 217 lst_ueid->eid)) { in _smc_nl_ueid_dump() 947 sizeof(ueident->eid)); in smc_clc_send_proposal() 953 u8 *eid = NULL; in smc_clc_send_proposal() local 961 smc_ism_get_system_eid(&eid); in smc_clc_send_proposal() 962 if (eid && v2_ext->hdr.flag.seid) in smc_clc_send_proposal() 1073 if (eid && eid[0]) in smcd_clc_prep_confirm_accept() 1074 memcpy(clc->d1.eid, eid, SMC_MAX_EID_LEN); in smcd_clc_prep_confirm_accept() 1132 if (eid && eid[0]) in smcr_clc_prep_confirm_accept() 1133 memcpy(clc->r1.eid, eid, SMC_MAX_EID_LEN); in smcr_clc_prep_confirm_accept() [all …]
|
| A D | smc_clc.h | 287 u8 eid[SMC_MAX_EID_LEN]; member 295 u8 eid[SMC_MAX_EID_LEN]; member 452 u8 version, u8 *eid, struct smc_init_info *ini);
|
| A D | smc_ism.c | 75 void smc_ism_get_system_eid(u8 **eid) in smc_ism_get_system_eid() argument 78 *eid = NULL; in smc_ism_get_system_eid() 80 *eid = smc_ism_v2_system_eid; in smc_ism_get_system_eid()
|
| A D | smc_ism.h | 56 void smc_ism_get_system_eid(u8 **eid);
|
| A D | af_smc.c | 698 memcpy(smc->conn.lgr->negotiated_eid, clc->d1.eid, in smc_conn_save_peer_info_fce() 702 memcpy(smc->conn.lgr->negotiated_eid, clc->r1.eid, in smc_conn_save_peer_info_fce() 1262 u8 *eid = NULL; in smc_connect_rdma() local 1347 eid = aclc->r1.eid; in smc_connect_rdma() 1354 aclc->hdr.version, eid, ini); in smc_connect_rdma() 1408 u8 *eid = NULL; in smc_connect_ism() local 1464 eid = aclc->d1.eid; in smc_connect_ism() 1467 aclc->hdr.version, eid, ini); in smc_connect_ism() 2162 u8 *eid = NULL; in smc_find_ism_v2_device_serv() local 2213 smc_ism_get_system_eid(&eid); in smc_find_ism_v2_device_serv() [all …]
|
| /net/mctp/test/ |
| A D | utils.c | 124 mctp_eid_t eid, in mctp_test_create_route_direct() argument 133 rt->rt.min = eid; in mctp_test_create_route_direct() 134 rt->rt.max = eid; in mctp_test_create_route_direct() 149 mctp_eid_t eid, in mctp_test_create_route_gw() argument 159 rt->rt.min = eid; in mctp_test_create_route_gw() 160 rt->rt.max = eid; in mctp_test_create_route_gw() 164 rt->rt.gateway.eid = gw; in mctp_test_create_route_gw()
|
| A D | utils.h | 54 mctp_eid_t eid, 58 mctp_eid_t eid,
|
| A D | route-test.c | 1369 neigh.eid = 9; in mctp_test_route_gw_output()
|
| /net/wireless/ |
| A D | scan.c | 1403 cfg80211_find_elem_match(u8 eid, const u8 *ies, unsigned int len, in cfg80211_find_elem_match() argument 1409 for_each_element_id(elem, eid, ies, len) { in cfg80211_find_elem_match()
|