Searched refs:lacp_portid (Results 1 – 3 of 3) sorted by relevance
142 struct lacp_portid { struct150 struct lacp_portid lacp_portid; member1675 if ((rpi->lacp_portid.lacp_portid_number == in aggr_update_selected()1676 lpi->lacp_portid.lacp_portid_number) && in aggr_update_selected()1677 (rpi->lacp_portid.lacp_portid_priority == in aggr_update_selected()1678 lpi->lacp_portid.lacp_portid_priority) && in aggr_update_selected()1750 if (pi->lacp_portid.lacp_portid_priority != in aggr_update_ntt()1791 lpi->lacp_portid.lacp_portid_number = in aggr_recordpdu()1792 rpi->lacp_portid.lacp_portid_number; in aggr_recordpdu()1793 lpi->lacp_portid.lacp_portid_priority = in aggr_recordpdu()[all …]
84 struct lacp_portid { struct92 struct lacp_portid lip_portid; argument
180 const char *lacp_format_portid(const struct lacp_portid *, char *,862 lacp_compare_portid(const struct lacp_portid *a,863 const struct lacp_portid *b)1789 lacp_format_portid(const struct lacp_portid *portid, char *buf, size_t buflen) in lacp_format_portid()