Searched refs:mps_macs (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/atm/
H A Dmpc.h32 uint8_t *mps_macs; /* array of MPS MAC addresses, >=1 */ member in struct:mpoa_client
H A Dmpc.c85 const uint8_t *tlvs, uint8_t mps_macs,
461 * plus the possible MAC address(es) to mpc->mps_macs.
462 * For a freshly allocated MPOA client mpc->mps_macs == 0.
466 const uint8_t *tlvs, uint8_t mps_macs,
470 num_macs = (mps_macs > 1) ? mps_macs : 1;
474 kfree(mpc->mps_macs);
476 mpc->mps_macs = kmalloc_array(ETH_ALEN, num_macs, GFP_KERNEL);
477 if (mpc->mps_macs == NULL) {
482 ether_addr_copy(mpc->mps_macs, router_ma
464 copy_macs(struct mpoa_client *mpc, const uint8_t *router_mac, const uint8_t *tlvs, uint8_t mps_macs, uint8_t device_type) argument
[all...]

Completed in 202 milliseconds