Lines Matching defs:client
39 * mpc.c: Implementation of MPOA client kernel part
462 * For a freshly allocated MPOA client mpc->mps_macs == 0.
531 /* MPOA spec A.1.4, MPOA client must decrement IP ttl at least by one */
1117 struct mpoa_client *client,
1122 eg_cache_entry *eg_entry = client->eg_ops->get_by_src_ip(dst_ip, client);
1135 client->dev->name, &dst_ip);
1136 client->eg_ops->put(eg_entry);
1141 client->eg_ops->put(eg_entry);
1149 client->dev->name);
1152 msg_to_mpoad(msg, client);
1344 tlv[5] = 0x02; /* MPOA client */
1372 struct mpoa_client *client)
1375 if (client->number_of_mps_macs)
1376 kfree(client->mps_macs);
1377 client->number_of_mps_macs = 0;
1378 client->mps_macs = kmemdup(msg->MPS_ctrl, ETH_ALEN, GFP_KERNEL);
1379 if (client->mps_macs == NULL) {
1383 client->number_of_mps_macs = 1;