Lines Matching refs:client
1117 struct mpoa_client *client, in check_qos_and_open_shortcut() argument
1122 eg_cache_entry *eg_entry = client->eg_ops->get_by_src_ip(dst_ip, client); in check_qos_and_open_shortcut()
1135 client->dev->name, &dst_ip); in check_qos_and_open_shortcut()
1136 client->eg_ops->put(eg_entry); in check_qos_and_open_shortcut()
1141 client->eg_ops->put(eg_entry); in check_qos_and_open_shortcut()
1149 client->dev->name); in check_qos_and_open_shortcut()
1152 msg_to_mpoad(msg, client); in check_qos_and_open_shortcut()
1372 struct mpoa_client *client) in set_mps_mac_addr_rcvd() argument
1375 if (client->number_of_mps_macs) in set_mps_mac_addr_rcvd()
1376 kfree(client->mps_macs); in set_mps_mac_addr_rcvd()
1377 client->number_of_mps_macs = 0; in set_mps_mac_addr_rcvd()
1378 client->mps_macs = kmemdup(msg->MPS_ctrl, ETH_ALEN, GFP_KERNEL); in set_mps_mac_addr_rcvd()
1379 if (client->mps_macs == NULL) { in set_mps_mac_addr_rcvd()
1383 client->number_of_mps_macs = 1; in set_mps_mac_addr_rcvd()